jianxu305 / nCov2019_analysis

Analysis of 2019-nCov coronavirus data
GNU General Public License v3.0
117 stars 65 forks source link

2019-nCov noval coronavirus Data analysis in Python

简体中文 | English

Introduction on Medium

https://towardsdatascience.com/understanding-the-coronavirus-epidemic-data-44d2fb356ecb

Data Sources

Chinese Data:

International Data:

Prerequisite

Description

Some Examples:

data = utils.load_chinese_data()  # obtain CSV real time data
daily_frm = utils.aggDaily(data)  # aggregate to daily data
utils.tsplot_conf_dead_cured(daily_frm)  # Time Series plot of the Confirmed, dead, cured count of the whole country

Best Wishes