data
data copied to clipboard
Wrong record at end of CSV and JSON distribution files
Hello all,
at the end of the https://raw.githubusercontent.com/opencovid19-fr/data/63fdc4f5a85cf00cf74e4777f38524546abc68ab/dist/chiffres-cles.json there is an superfluous wrong record: its date has an underscore instead of a dash and it's a repetition (same thing for csv).
This is probably the result of an previous error in the yaml file generation (file name as well as file content): https://github.com/opencovid19-fr/data/blob/f7af7897e95da64df5b9fb0e0384861f16a98157/ministere-sante/2020_11-11.yaml
Would you mind to fix it?
{
"date": "2020-11_11",
"source": {
"nom": "Ministère des Solidarités et de la Santé"
},
"sourceType": "ministere-sante",
"casConfirmes": 1865538,
"deces": 29272,
"decesEhpad": 13263,
"hospitalises": 31946,
"reanimation": 4803,
"gueris": 133696,
"nouvellesHospitalisations": 2588,
"nouvellesReanimations": 351,
"nom": "France",
"code": "FRA"
}
Regards, Sergio