-
- should be: reading with `geopandas`
- now: manual download with !wget and then `geopandas.read_file(.shp or .shp)`
- idea to fix: load azure blob directly into geopandas
-
-
Happy to put in a PR.
``` r
df = read.csv("https://www.arcgis.com/sharing/rest/content/items/b684319181f94875a6879bbc833ca3a6/data")
class(df); names(df)
#> [1] "data.frame"
#> [1] "GSS_CD" …
layik updated
4 years ago
-
Source data possibly needs to be updated - I noticed that UK deaths numbers are identical for the last two days.
Readme.md at https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_da…
-
Hi,
Apologies that this is not python related but I've written a C# SDK if you are interested in taking ownership of it? It has most of the functionality and a sample app to demonstrate it's use. …
-
This code is for report 13 and appears to be different to the code used to generate the famous Report 9, from the 16th March:
https://www.imperial.ac.uk/media/imperial-college/medicine/sph/ide/gida…
-
Hi,
I am trying to retrieve data from the API using the metrics renaming feature. The structure I am providing to the API is slightly nested. Is this not support as data in the response is missing.…
-
To get this on the MS opendata sets we need to ensure we address all these questions below in the READ ME.
> What format is your data in? (parquet, csv, image, files)
>
>
>
>
>
…
-
-
**Describe the bug/improvement**
A potential improvement to the app to improve the number of people who download it would be to provide statisics of the current number of infections in the users area…