--- id: 5e46f7f8ac417301a38fb92a title: 醫療數據可視化工具 challengeType: 10 forumTopicId: 462368 dashedName: medical-data-visualizer --- # --description-- 在這個項目中,你將要使用 matplotlib,seaborn 和 pandas 來對健康檢查數據進行數據可視化和計算。 你可以[在 Replit 上查看整個項目的具體描述和初始代碼](https://replit.com/github/freeCodeCamp/boilerplate-medical-data-visualizer)。 打開此鏈接後,fork 這個項目。 一旦你根據 “README.md” 中的說明完成項目,請提交你的項目到下面的鏈接。 我們仍在開發 Python 數據分析課程的交互式課程部分。 現在,你需要使用其他資源來學習如何通過這一挑戰。 # --hints-- 它應該通過所有的 Python 測試。 ```js ``` # --solutions-- ```py # 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. ```