An open API service indexing awesome lists of open source software.

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

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 .