-
Spain is organised in 19 "autonomous communities or cities" (CA): Madrid, Galicia, Andalusia... This corresponds the column "State/Province" of your file `time_series_covid19_deaths_global.csv`.
Th…
-
where is united states 50 states coronavirus data from Jan to March?
-
In the following example,
```smalltalk
rawData := DataFrame
readFromCsv: (ZnClient new
get: 'https://github.com/openZH/covid_19/blob/master/COVID19_Fallzahlen_CH_total.csv?raw=true').
…
-
Use an URL like this
[https://services7.arcgis.com/mOBPykOjAyBO2ZKk/arcgis/rest/services/RKI_COVID19/FeatureServer/0/query?where=Meldedatum+%3E+%28CURRENT_TIMESTAMP+-+3%29&objectIds=&time=&resultType…
-
Because my app relies on recovered data to estimate "active" cases, I'm going to have to switch from this API (which is lovely, btw) to this data, unless you want to add it as an optional source here?…
-
Executing the following use to return timelines for all locations within the country 'US'.
#get locations data
locations = covid19.getLocationByCountryCode("US", timelines = True)
Now it retur…
-
https://github.com/ozanerturk/covid19-turkey-api
This repo collects data from the website of the ministry of health of turkey. It checks every 5 min the website via GitHub action workflow and updates…
-
Where are the **time_series_covid19_confirmed_US.csv** and **time_series_covid19_deaths_US.csv** files?
Under the COVID-19/csse_covid_19_data/csse_covid_19_time_series/ directory only the global n…
-
New dataset added, `covid19`. It needs a vignette writing before we could release the next version. Would be a great help if someone wants to have a go at it.
Suggestions:
* Exploratory data ana…
-
Cannot fetch files from data sources to user-defined download directory. The attribute `download_dir` of `src.datasets.DataSource` class in NOT passed to `fetch` method as a kword argument.
Way to …