https://github.com/devksingh4/coronavirus-graphing
Notebook to graph various data from the JHU coronavirus database
https://github.com/devksingh4/coronavirus-graphing
Last synced: 8 months ago
JSON representation
Notebook to graph various data from the JHU coronavirus database
- Host: GitHub
- URL: https://github.com/devksingh4/coronavirus-graphing
- Owner: devksingh4
- License: gpl-3.0
- Created: 2020-03-18T22:34:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T16:21:04.000Z (about 6 years ago)
- Last Synced: 2025-06-18T15:42:56.812Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 320 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Coronavirus (SARS-nCOV-2) Graphing Utility
Notebook to graph various data from the JHU coronavirus database (cases in various countries, exponential regression, comparing various countries to the US)
Dataset from Johns Hopkins University: https://github.com/CSSEGISandData/COVID-19
## Usage:
Edit the config cell in the `analysis.ipynb` notebook to edit the configuration. Then, run all cells. This notebook will output png files to the root folder.
## Contributing:
Contributions are welcome. See [CONTRIBUTING.md](https://github.com/devksingh4/coronavirus-graphing/blob/master/CONTRIBUTING.md)
## License Notice:
Coronavirus (SARS-nCOV-2) Graphing Utility
Copyright (C) 2020 Dev Singh
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .