/COVID-19_Visualizer

Python scripts to have a quicklook of the statistics of the 2019-nCov patients

Primary LanguageJupyter NotebookMIT LicenseMIT

2019-nCov Visualizer

Update COVID-19

This project is out of date, due to the close of data API with the thinking to avoid high network traffic. The data are still available through the data archive, but at the moment I don't have the willing to update the code. So let it be!

Novel Coronavirus 2019 (2019-nCov) has been spread crazily in China even over the world since the end of 2019. Thousands of people were infected in less than one month. In order to closely monitor the outbreak and developing phase of this disease, this repo was created to give you some quicklooks of how it looks like in China NOW.

The raw data was collected by Chinese government and distributed by some well-known public platforms in China (e.g., DingXiangYuan(丁香园)). The dataset used in the analysis was accessed through the API provided by BlanKerL (BIG thanks).

For those only interested in the csv-format data, you can turn to the data repository.

Requirements

  • Anaconda 3.5 (Python 3.x Version)

Set up the environment

conda create -n 2019_nCov
conda activate 2019_nCov
conda install python=3.6
pip install -r requirements.txt

Results


Time series of 2019-nCov patients in China

Detailed results can be found in 2019-nCov-stats.md

Contact

Zhenping Yin zp.yin@whu.edu.cn