/coronavirus-data-notebooks

Let's write Jupyter notebook(s) to do analysis on public coronavirus data.

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Coronavirus Data Notebooks

Python notebooks that leverge public coronavirus datasets to new provide insights.

This is an experimental project. The numbers may be wrong. It should not be relied on for any decision making without additional review.

Currently includes analysis of data from:

  • New York Times
  • Israel Ministry of Health
  • Add more! Please make a pull request with your code that loads new data and provides some insight with it.

Included demonstrations:

  • An algorithm for detecting new hotspots in the USA using the NYT data, in corona_notebook.ipynb
  • Predictions for average recovery times and asymptomatic cases using the Israeli data, in corona_notebook.ipynb
  • An interactive map with the predicted hotspots in the USA, using the NYT data, in dashboards.ipynb
  • [NEW] Correlating vaccine and hospital data, using the Israeli data, in vaccines.ipynb

Contributions welcome! Contributions can include any kind of new analysis, new datasets, making the code nicer, etc.

Basic skill is needed in the Python science stack.

Make pull requests to contribute.

License and Acknowledgment

The code is licensed under Apache 2.0.

The third party datasets have their own licenses.

A project of B.Next.