使用 numpy、pandas 與 matplotlib 抓出累計確診數趨勢與每日新增確診數。
- 程式設計
- 獲取載入
- 整併轉換
- 摘要探索
在這個專案中,我們打算使用 numpy、pandas 與 matplotlib 抓出確診數趨勢與每日新增量;首先使用 pandas 將約翰霍普金斯大學 COVID-19 Data Repository 中的時間序列資料 time_series_covid19_confirmed_global.csv 載入、接著使用 numpy 計算每日新增確診人數、最後使用 matplotlib 繪製累計確診數趨勢與每日新增確診數。透過這個專案,我們能夠暸解如何整合運用三個 Python 的基礎資料分析套件。