Coder Social home page Coder Social logo

dreavjr / coronavirus-deaths Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 3.37 MB

The impact of the deaths of coronavirus on countries' mortality rates

License: Other

Jupyter Notebook 100.00%
coronavirus excess-deaths excess-mortality plots animated-gif covid-19 python wikipedia-scraper

coronavirus-deaths's Introduction

The Impact of COVID-19 on the Mortality Rate of Affected Countries

This was a small data science project I conducted for my own enlightenment. It is difficult to interpret quantitatively the impact of the pandemic, one way to make that easier is to contrast the deaths with the usual mortality rate on the affected countries. It is clear from the data that in some countries the pandemic is having a large impact on that number.

When we consider that the disease impact is not uniform in a country, and may concentrate on a few cities/regions, it is easy to see how existing health infrastructure may become overwhelmed.

(c̸) 2020 Eduardo Valle. This software is in Public Domain; it is provided "as is" without any warranties. Please check LICENSE.md.

The data sources used by this software may be subjected to their own licenses and restrictions.

To run this notebook you need Python, jupyter, NumPy, pandas, lxml, and Matplotlib. In addition, it requires imageio to create the animated plot, and pygifsicle to compress the size of the animation. Please check requirements.txt.

Certificates issue in Python

The new versions of Python seem to require explicit installation of root certificates (at least in OS X). If you encounter a CERTIFICATE_VERIFY_FAILED error (or similar) try the following:

pip install certifi
CERT_PATH=$(python -m certifi)
export SSL_CERT_FILE=${CERT_PATH}
export REQUESTS_CA_BUNDLE=${CERT_PATH}

coronavirus-deaths's People

Contributors

dreavjr avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.