opencovid19-fr / data

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

Wrong record at end of CSV and JSON distribution files #552

Open svavassori opened 3 years ago

svavassori commented 3 years ago

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