Giter VIP home page Giter VIP logo

covid-19's Introduction

CovidTracker [data and charts]

You can find on this repository many charts and data about Coronavirus (COVID-19) disease, especially in Europe. Most of data come from CSSE (Johns Hopkins Center for Systems Science and Engineering), but I also add data of my own to have up-to-date data.

French data come frome INSEE (Institut National des Statistiques et des Études Économiques) and Santé Publique France.

For more information and comments in French, you can follow me on Twitter: @guillaumerozier.

CovidTracker: Covid19 Dashboard

This dashboard ontains many and detailed graphs, comments and articles about France and the World! Check it out now: CovidTracker (covidtracker.fr)!

Website sources

You can find sources of some of the CovidTracker's webpages here: covidtracker-tools.

Requirements

Please see the imports in each Jupyter Notebook. Nothing crazy.
Here are the main requirements: Python3, Plotly, Orca, Pandas, requests, imageio, json... (you can install all of them with pip3)

Repository structure

covid-19
└─── README.md
|
└───src
    └───france  ->  Jupyter Notebooks and their corresponding .py files generating france charts
    |
    └───world  ->  Jupyter Notebooks and their corresponding .py files generating world charts
|
└───server -> scripts that updates data
|
└───data  ->  datasets from CSSE, WHO, INSEE, and more.
│   │   total_cases_csse.csv  ->  CSV file containing total confirmed cases from CSSE.
│   │   total_deaths_csse.csv  ->  CSV file containing total deaths from CSSE.
│   │   total_cases_perso.csv  ->  my own data containing latests confirmed cases (to update charts earlier).
|   |   total_deaths_perso.csv  ->  my own data containing latests deaths (to update charts earlier).
|   |   data_confirmed.csv  ->  exported cases dataset after merging other datasets.
|   |   data_deaths.csv  ->  exported deaths dataset after merging other datasets.
|   |   info_countries.json  ->  information about countries (e.g. population).
|   |   Please ignore everything else
│   
└───images
    └───charts  ->  world charts (linear axis).
        |
        |   * Lot of charts! *
        |
        └───logy_axis  ->  world charts (log axis).
        |
        |   * Exactly the same charts, but whith a log y axis *
        |
        └───france  ->  french charts.
            |
            |  * Lot of charts and gifs! * 
            |
        

Data Sources

You can find 2 datasets:

  • Data downloaded from CSSE. Data come from WHO (World Health Organization).
  • INSEE (Institut National des Statistiques et des Études Économiques)
  • Santé Publique France.
  • Personal data (added manually).

If you have any question or feedback please ask me by email or on Twitter.

LICENSE

License MIT. Please see LICENSE.md

HitCount since 03/04/2020

covid-19's People

Contributors

rozierguillaume avatar samysalamor avatar vholten avatar

Watchers

 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.