Git Product home page Git Product logo

github / covid19-dashboard Goto Github PK

View Code? Open in Web Editor NEW
1.6K 280.0 425.0 754.34 MB

A site that displays up to date COVID-19 stats, powered by fastpages.

Home Page: https://covid19dashboards.com

License: Apache License 2.0

Ruby 0.01% Makefile 0.01% Dockerfile 0.01% Shell 0.01% Python 0.07% Smarty 0.01% HTML 0.02% JavaScript 0.01% Jupyter Notebook 99.89% SCSS 0.01%
fastpages github-pages github-actions matplotlib altair python jupyter pymc3 fastai data-science

covid19-dashboard's Introduction

This project was built with fastpages

Background

This project showcases how you can use fastpages to create a static dashboard that update regularly using Jupyter Notebooks. Using fastpages, data professionals can share dashboards (that are updated with new data automatically) without requiring any expertise in front end development.

The content of this site shows statistics and reports regarding Covid-19.

Contributing

See the contributing guide.

Contributors ✨

All Contributors

Thanks goes to these wonderful people (emoji key):


Hamel Husain

🚧

Dan Becker

πŸ‘€ πŸ€” 🚧

Pratap Vardhan

πŸ–‹

Joao B. Duarte

πŸ–‹

Thomas Wiecki

πŸ–‹ πŸ’»

Joseph Richards

πŸ–‹

Asif Imran

πŸ–‹

Avy Faingezicht

πŸ–‹

Pierre Grimaud

πŸ“–

Andrew Clancy

πŸ“–

Kishore Vasan

πŸ“–

Bastien

πŸ“–

Anthony Nguyen

πŸ“–

Mark Dacek

πŸ“–

Jennie Chow

πŸ–‹ πŸ‘€

Jeremy Howard

πŸ”§ πŸ€”

Omoju Miller

πŸ“†

Vlad Stan

🚧 πŸ’» πŸ–‹

adrianturcato

πŸ–‹

Zach Mayer

🚧

Jared Valdron

πŸ–‹

skullface

πŸ“–

Steve Van Tuyl

πŸ–‹

zaxtax

πŸ–‹ 🚧

Paras Jain

πŸ–‹

Arthur Deygin

πŸ–‹

DarΓ­o HereΓ±ΓΊ

πŸ–‹

Daniel Cox

πŸ–‹

TeepaBlue

πŸ–‹

Martin Boehler

πŸ–‹

Kannan Kumar

🚧

Otman404

πŸ–‹

Alonso Silva Allende

πŸ–‹

Sophiah (Zing-Ming)

πŸ–‹

Arun Gupta

πŸ–‹

ujs

πŸ–‹

This project follows the all-contributors specification. Contributions of any kind welcome!

covid19-dashboard's People

Contributors

adrianturcato avatar aimran-adroll avatar allcontributors[bot] avatar annarailton avatar anomal avatar anonym0305 avatar artdgn avatar arungupta21 avatar avyfain avatar danielpcox avatar dependabot[bot] avatar github-actions[bot] avatar hamelsmu avatar jbduarte avatar jwrichar avatar kamalsinghkhanna avatar kannankumar avatar mjvbz avatar otman404 avatar paras-jain avatar pgrimaud avatar pratapvardhan avatar skullface avatar tbnv999 avatar thlaegler avatar tommasobonomo avatar ujs avatar vantuyls avatar vladpke avatar zaxtax avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

covid19-dashboard's Issues

Add CLI Projects?

Thanks a lot for creating this. I am trying to help make the #COVID19 data more accessible to everyone. I tweeted the CLI I wrote to help track that myself. Since then the community has come around helped and improved this project by a lot.

There are thousands of people consuming these stats resulting in millions of hits daily on the API. I was wondering it mentioning this project would be a good way to improve covid-190-dashboard a11y.

Here's the GitHub repo β†’ https://github.com/ahmadawais/corona-cli

load_covid_data'

ModuleNotFoundError Traceback (most recent call last)
in ()
9 import pymc3 as pm
10 import altair as alt
---> 11 import load_covid_data
12
13 sns.set_context('talk')

ModuleNotFoundError: No module named 'load_covid_data'


NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

Open Source Helps!

Thanks for your work to help the people in need! Your site has been added! I currently maintain the Open-Source-COVID-19 page, which collects all open source projects related to COVID-19, including maps, data, news, api, analysis, medical and supply information, etc. Please share to anyone who might need the information in the list, or will possibly contribute to some of those projects. You are also welcome to recommend more projects.

http://open-source-covid-19.weileizeng.com/

Cheers!

Error updating notebooks

These are the notebooks that failed to update properly:
, 2020-03-11-Mortality_Rate.ipynb, 2020-03-13-COVID19-Comparitive-Analysis.ipynb, 2020-03-13-EDA.ipynb, 2020-03-15-us-growth-by-state-map.ipynb, 2020-03-17-covid19-compare-country-death-trajectories.ipynb, 2020-03-21-covid19-overview-us.ipynb, 2020-03-21-covid19-overview.ipynb, 2020-03-23-cumulative-outstanding.ipynb

See run 123412321 for more details.

COVID-19 Growth Rate Prediction | UK graph is missing

For COVID-19 Growth Rate Prediction's predicted cases, the UK is missing from the graphs because n_countries is not divisible by 3.

Maybe use nrows=n_countries // 3 + 1 or some solution which doesn't show empty graphs?

Auto-commits size management

Currently the repo size (raw) is around ~1GB? Should we consider options to reduce incremental rewrites of notebooks? Or perhaps reduce autocommit frequency (if at all, for some notebooks)?

Absolutely a low priority item at the moment.

another issue

thank you for the last resolved issue

and now another one

File "/content/load_covid_data.py", line 7

^
SyntaxError: invalid syntax

Sincerely

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.