opencovid19-fr / data

Consolidation des données de sources officielles concernant l'épidémie de COVID19
MIT License
285 stars 102 forks source link

France National (pays) Confirmed case (cas_confirmes) data not updated since Feb.20/2021 #571

Open timsyanganalytics opened 3 years ago

timsyanganalytics commented 3 years ago

Hi,

For https://raw.githubusercontent.com/opencovid19-fr/data/master/dist/chiffres-cles.csv, I noticed that the France National level confirmed case stopped being updated since Feb.20/2021.

Can anyone look into this issue? Or is the latest updates moved to another data set?

Merci beaucoup!!

Tim Yang from Boston, USA

payoto commented 3 years ago

Hi,

I'm not sure what the time table is for fixing the underlying issue will be here but an alternative source is available at the opendata portal of the the government:

https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/

I put together this python script to merge the two datasets together https://gist.github.com/payoto/3f097222657dcc2fa856560b5897d7c5 feel free to use it.

timsyanganalytics commented 3 years ago

Hi Alexandre,

Thank you so much for sharing your script, which exactly solves my issue.

Best, Tim