All Projects → EL-BID → Idb Idb Invest Coronavirus Impact Dashboard

EL-BID / Idb Idb Invest Coronavirus Impact Dashboard

Licence: other
Follow the impact of COVID-19 outbreak in Latin America in real time

Projects that are alternatives of or similar to Idb Idb Invest Coronavirus Impact Dashboard

Krisk
Statistical Interactive Visualization with pandas+Jupyter integration on top of Echarts.
Stars: ✭ 111 (+296.43%)
Mutual labels:  jupyter-notebook, dashboard
Dashboards
[RETIRED] See Voilà as a supported replacement
Stars: ✭ 986 (+3421.43%)
Mutual labels:  jupyter-notebook, dashboard
Real Time Sentiment Tracking On Twitter For Brand Improvement And Trend Recognition
A real-time interactive web app based on data pipelines using streaming Twitter data, automated sentiment analysis, and MySQL&PostgreSQL database (Deployed on Heroku)
Stars: ✭ 127 (+353.57%)
Mutual labels:  jupyter-notebook, dashboard
Plotly.py
The interactive graphing library for Python (includes Plotly Express) ✨
Stars: ✭ 10,701 (+38117.86%)
Mutual labels:  jupyter-notebook, dashboard
Covid19za
Coronavirus COVID-19 (2019-nCoV) Data Repository and Dashboard for South Africa
Stars: ✭ 208 (+642.86%)
Mutual labels:  jupyter-notebook, dashboard
Machine Learning Data Science Reuse
Gathers machine learning and data science techniques for problem solving.
Stars: ✭ 27 (-3.57%)
Mutual labels:  jupyter-notebook
Sklearn ensae course
Materials for a course on scikit-learn at ENSAE
Stars: ✭ 27 (-3.57%)
Mutual labels:  jupyter-notebook
World Models Sonic Pytorch
Attempt at reinforcement learning with curiosity for Sonic the Hedgehog games. Number 149 on OpenAI retro contest leaderboard, but more work needed
Stars: ✭ 27 (-3.57%)
Mutual labels:  jupyter-notebook
Pi Hole
A black hole for Internet advertisements
Stars: ✭ 34,076 (+121600%)
Mutual labels:  dashboard
Advanced Gradient Obfuscating
Take further steps in the arms race of adversarial examples with only preprocessing.
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Alfabattle2 1stproblem
Alfabattle 2.0 1st task Top-6 solution: 8-folds lgbm blend
Stars: ✭ 27 (-3.57%)
Mutual labels:  jupyter-notebook
Taxi
TAXI: a Taxonomy Induction Method based on Lexico-Syntactic Patterns, Substrings and Focused Crawling
Stars: ✭ 27 (-3.57%)
Mutual labels:  jupyter-notebook
Mambo
Stars: ✭ 27 (-3.57%)
Mutual labels:  jupyter-notebook
Anatomyofmatplotlib
Anatomy of Matplotlib -- tutorial developed for the SciPy conference
Stars: ✭ 943 (+3267.86%)
Mutual labels:  jupyter-notebook
Sdtm mapper
AI SDTM mapping (R for ML, Python, TensorFlow for DL)
Stars: ✭ 27 (-3.57%)
Mutual labels:  jupyter-notebook
Sid
Official implementation for ICCV19 "Shadow Removal via Shadow Image Decomposition"
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Stat406
STAT406 @ UBC - "Elements of Statistical Learning"
Stars: ✭ 27 (-3.57%)
Mutual labels:  jupyter-notebook
Odsc east 2016
Stars: ✭ 27 (-3.57%)
Mutual labels:  jupyter-notebook
Kispython
Курс программирования на языке Python
Stars: ✭ 27 (-3.57%)
Mutual labels:  jupyter-notebook
Oxford Deepnlp 2017
🚀 🎉 ✨ Oxford Deep NLP 2017 Course Materials and Practicals, Solutions
Stars: ✭ 27 (-3.57%)
Mutual labels:  jupyter-notebook

Coronavirus Traffic Congestion Impact in Latin America with Waze Data

Quality Gate Status Analytics

Follow the impact of Coronavirus outbreak in Latin America in real time.

landing_dash Go to dashboard: ENGLISH ESPAÑOL

The Coronavirus Impact Dashboard has been created by the IDB and IDB Invest to track in real time the impact of the coronavirus (also known as COVID-19) on the countries of Latin America and the Caribbean. The dashboard aims to track a range of variables of interest in order to provide policymakers, epidemiologists, and the general public in the region with measures of the impact that “social distancing” restrictions and recommendations due to the coronavirus outbreak are having on the population and on economic activity.

⚠️ We are facing internal technical issues which caused the data to stop updating on July 15th. We are working to get back with up-to-date data as soon as possible.

Use the data

The data was also though to be used by the broad community of researchers, journalists and developers. If you have any ideas or doubts about using the data, do not hesitate to submit an issue.

But first, make sure you understand the data:

  • Data Dictionary
  • The Methodological Note will also continuously track and update methodological changes (when necessary) and changes/additions to data sources. The version of the Methodological Note and its date of creation are shown at the top of the document.

The latest version of the data is easily available through the methods below.

⚠️ By mistake, traffic congestion information for Fortaleza (Brazil) was being reported as Natal (Brazil). This has been solved, and now "Natal" reflects the traffic congestion for that metropolitan area, and Fortaleza data is reported under "Fortaleza".

Download Manually

Access the sheets

Python

import pandas as pd

daily = pd.read_csv('http://tiny.cc/idb-traffic-daily')
weekly = pd.read_csv('http://tiny.cc/idb-traffic-weekly')
metadata = pd.read_csv('http://tiny.cc/idb-traffic-metadata')

R

library(readr)

daily<-read_csv('http://tiny.cc/idb-traffic-daily')
weekly<-read_csv('http://tiny.cc/idb-traffic-weekly')
metadata<-read_csv('http://tiny.cc/idb-traffic-metadata')

Stata

import delimited using "http://tiny.cc/idb-traffic-daily", clear
import delimited using "http://tiny.cc/idb-traffic-weekly", clear
import delimited using "http://tiny.cc/idb-traffic-medata", clear

Waze for Cities Partners

You can find materials prepared for Waze for Cities Partnership Partners here.

Ask for a specific region

The way that the pipeline was implemented allow us to query any region in Latin America. To ask for an specific region(s) of interest please submit an issue.

Click here to request regions

Don't forget to cite us :)

To cite the IDB and IDB Invest Coronavirus Impact Dashboard, please use the following reference:

Inter-American Development Bank and IDB Invest. "IDB And IDB Invest Coronavirus Impact Dashboard". 2020. Inter-American Development Bank.www.iadb.org/coronavirus-impact-dashboard

To cite this Methodological Note, please use the following reference:

Inter-American Development Bank and IDB Invest. IDB And IDB Invest Coronavirus Impact Dashboard Methodological Note. Washington, DC: Inter-American Development Bank, 2020.https://iadb-comms.org/coronavirus-impact-dashboard-methodological-note.

Team

Development Effectiveness Division Chiefs

  • IDB: Carola Alvarez

  • IDB Invest: Alessandro Maffioli

Technical Team Leaders

  • IDB: Oscar Mitnik

  • IDB Invest: Patricia Yañez-Pagans

Technical Team

  • IDB: João Carabetta, Daniel Martinez, Edgar Salgado, Beatrice Zimmermann

  • IDB Invest: Mattia Chiapello, Luciano Sanguino

Communications Team

  • IDB: Lina Botero, Andrés Gómez-Peña

  • IDB Invest: Norah Sullivan

IT Team

  • IDB: eBFactory

  • IDB Invest: Maiquel Sampaio de Melo

License

This work is licensed under a Creative Commons IGO 3.0 - see the LICENSE.md file for details.

Acknowledgments

About

This repository reflects the code being used in the most current version of the dashboard at the Traffic Congestion tab.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].