Skip to content

pursuit-of-42/COVID-19-AnalysisStuff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19

The data used for this project has been taken from CSSEGISandData's repository: https://github.com/CSSEGISandData/COVID-19

To update dataset:

  • Create virtual environment and install debendencies:
$ python3 -m venv env
$ git clone https://github.com/Meerkats1999/COVID-19-AnalysisStuff.git
$ pip3 install -r requirements.txt
  • Fetch data:
$ python3 fetchData.py

No inferences have been included as the dataset updates on a day to day basis.
I plan to include some sort of prediction in the future.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%