covid
Here are 615 public repositories matching this topic...
-
Updated
Jun 22, 2020 - C#
docs: methodology
Great stuff! I'm planning to use API for my dashboard Pandemic Estimator but I wish your API had a better documentation on methodology. I'm using JHU directly and I know what chaos it is, the most blatant example being that they provide "cumulative data" that's not cumulative quite often in practice. And the whole change of file formats, etc.
Can you please de
-
Updated
Jun 22, 2020 - Python
Pain point :
Many of our the analysts are not familiar with using the API for analysis.
Solution:
A google script can easily fetch the data from the API and store it in their personal Google Sheet every 30 minutes or so.
If we can create the script and write a simple document on how to do this, it would be a great help!
-
Updated
Jun 17, 2020 - Jupyter Notebook
Following the tutorial here and just need to add installation of the libraries at the top of the notebook
-
Updated
Jun 22, 2020
Starting a thread for some related ideas that have been sitting on my to-do list.
I think we should provide some help in interpreting the graph. Like a how to read this graph section. (Currently we point folks to the related Minute Physics video, but we can't assume folks have watched this.) This could be some kind of overlay that is shown the first time a user visits the page, which explains
-
Updated
Jun 8, 2020 - CSS
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
Jun 8, 2020 - Python
-
Updated
May 8, 2020
-
Updated
Jun 22, 2020 - Jupyter Notebook
-
Updated
Jun 22, 2020 - Jupyter Notebook
-
Updated
Jun 10, 2020 - HTML
-
Updated
May 21, 2020
Can be done by changing layout.geo.lataxis.range and layout.geo.lonaxis.range as described in https://plot.ly/python/map-configuration/#map-projections (scroll down a bit).
The corresponding part of the code is https://github.com/covid19-dash/covid-dashboard/blob/master/make_figures.py#L49 (you can also call directly fig.update_geos).
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
May 7, 2020
-
Updated
May 13, 2020 - Go
-
Updated
Jun 15, 2020 - Jupyter Notebook
Clarify licensing
Paginate lists
We should add some pagination to all organization CRUD lists. We can limit items to 30 for now.
-
Updated
Apr 1, 2020 - Python
-
Updated
Jun 22, 2020 - Ruby
I'm at PyBeachLA right now about to run sprints, and I think I can get some sprinters here involved. Docs are usually a good starting point for people who aren't ready to jump into code yet.
I'm thinking a docs/ folder with Markdown files, connected via webhook to ReadTheDocs.org?
Or do you have other suggestions/ideas?
Improve this page
Add a description, image, and links to the covid topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the covid topic, visit your repo's landing page and select "manage topics."
In order to perform refactoring and to add new features with more confidence, we need unit, integration and end-to-end tests for:
algorithm parts. See
src/algorithmsReact parts - components and pages. See
src/componentsandsrc/pagesState management: redux reducers and sagas. See
src/stateThe infrastructure:
jestand@testing-libraryare already set up. Un