Skip to content

reiffd7/Coronavirus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Source Code from Data Visualization of COVID-19 in the US: Have we turned the Corner?

Screenshot Photo by Yassine Khalfalli on Unsplash

Screenshot

File Structure

'''
├── README.md
├── imgs
│   ├── cover.jpg
│   ├── readme_imgs
│   │   ├── Coronavirus-COVID-19-1.jpg
│   │   ├── countriesDeath.png
│   │   ├── countriesGrowth.png
│   │   ├── countriesGrowthZoom.png
│   │   ├── statesDeath.png
│   │   └── statesGrowth.png
│   └── scatterMap.png
├── notebooks
│   ├── Continents\ EX.ipynb
│   ├── DR_EDA.ipynb
│   ├── EDA\ notebook.ipynb
│   └── Untitled.ipynb
└── src
    ├── AllStatesAnalysis_Static.py
    ├── AnimatedBase.py
    ├── AnimatedScatterMap.py
    ├── World_Coronavirus_Analysis.py
    ├── __pycache__
    │   └── AnimatedBase.cpython-37.pyc
    └── exponential.py
'''

Data is stored locally Visualizations on plotly

Next Steps

  1. Improved data pipeline
  2. Build a model

About

Modeling the Coronavirus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%