Closed decembrya closed 2 years ago
The "Cazuri per categorie de vârstă, în timp" chart seems to have stopped having data for the "Ân procesare" cases since the 4th Feb 2022. Seems like the intent is to hide that particular data from the chart as seen here https://github.com/code4romania/covid-19-date-la-zi/blob/c85199de99b2943a2a35f5e077c71f3eb6f886cb/utils/parse.js#L27 but since the data does not match the filteres string some older data is still showing up.
Propose to cleanse the data, replacing "Ân procesare" with the correct "în procesare"
Replaced "Ân procesare" with "în procesare" in the data
The "Cazuri per categorie de vârstă, în timp" chart seems to have stopped having data for the "Ân procesare" cases since the 4th Feb 2022. Seems like the intent is to hide that particular data from the chart as seen here https://github.com/code4romania/covid-19-date-la-zi/blob/c85199de99b2943a2a35f5e077c71f3eb6f886cb/utils/parse.js#L27 but since the data does not match the filteres string some older data is still showing up.
Propose to cleanse the data, replacing "Ân procesare" with the correct "în procesare"