covid-api icon indicating copy to clipboard operation
covid-api copied to clipboard

COVID19 Api based on Johns Hopkins CSSE data

Results 9 covid-api issues
Sort by recently updated
recently updated
newest added

Hi everyone, I would like to use this issue to discuss what should be part of the **MVP**. With MVP I mean the "Minimum Valuable Product" we should try to...

help wanted

I'm still not sure how we should handle the `limit` parameter. By default is now `1000`, before it was `100`. The problem is: - if we leave the limit on...

enhancement
Ready to be reviewed

Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.4 to 1.6.2. Release notes Sourced from pydantic's releases. v1.6.2 (2021-05-11) Security fix: Fix date and datetime parsing so passing either 'infinity' or float('inf') (or their negative...

dependencies

This is another potential data source we could use: https://github.com/owid/covid-19-data/blob/master/public/data/testing/covid-testing-all-observations.csv Context: https://ourworldindata.org/covid-testing Like the John Hopkins Dataset: - it's updated daily - it contains records from different countries, which we...

Currently, we store the "last updated" field for each record, which is different from the date JH reported it. If we provide the report date, then API users will always...

Forking this discussion from https://github.com/andreagrandi/covid-api/pull/42 # Problem 1: Country identifiers are inconsistent Currently, the `country_region` field is not a very reliable identifier. One example is the UK, which has been...

enhancement
JH CSSE

Italian Protezione Civile publishes a very accurated dataset every day. The raw data is available at this address: https://github.com/pcm-dpc/COVID-19 To consider this task feature complete, we need: - create `ITAPCRegion`,...

enhancement
task

I just came across this list of covid-19 datasets: https://coronavirustechhandbook.com/data There are a couple of others related to the John Hopkins dataset we're using that have cleaned the data in...

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...

question