freeCodeCamp/curriculum/challenges/chinese-traditional/08-data-analysis-with-python/data-analysis-with-python-p.../sea-level-predictor.md

1.0 KiB
Raw Blame History

id title challengeType forumTopicId dashedName
5e4f5c4b570f7e3a4949899f 海平面預報器 10 462370 sea-level-predictor

--description--

在本項目中,您將分析自 1880 年以來全球平均海平面變化的數據集。 您將使用這些數據來預測到 2050 年的海平面變化。

你可以在 Replit 上查看整個項目的具體描述和初始代碼

打開此鏈接後fork 這個項目。 一旦你根據 “README.md” 中的說明完成項目,請提交你的項目到下面的鏈接。

我們仍在開發 Python 數據分析課程的交互式課程部分。 現在,你需要使用其他資源來學習如何通過這一挑戰。

--hints--

它應該通過所有的 Python 測試。


--solutions--

  # Python challenges don't need solutions,
  # because they would need to be tested against a full working project.
  # Please check our contributing guidelines to learn more.