li
li copied to clipboard
Brazil Not Show Records Recovered
Brazil not show recovered after 2020-03-29
Thank you @rafaelsabino . I opened a PR to fix Brazil today: https://github.com/covidatlas/coronadatascraper/pull/910/files
I'm not sure where to get "Recovered" from though, I only see Cases and Deaths in the data. I'm pulling the data from https://covid.saude.gov.br/.
Good Morning @jzohrab . All right? Directly from the health department of brazil, data on recoveries are not reported by state anymore, but globally. You can obtain data on recovered data directly from Johns Hopkins University in the following repository:
https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series
Or the Novel Covid repository. In the link: https://github.com/NovelCOVID/API https://corona.lmao.ninja/docs/ >>> https://corona.lmao.ninja/v2/historical/brazil
Get time series info from the JHU CSSE Data Repository. Every date since 1/22/20 has an entry tracking deaths, cases, and recoveries for each country. Updated each day at 23:59 UTC. Data is updated every 10 minutes: Historical (API JSON): https://disease.sh/v2/historical/brazil
Just choose any of these and you will have the data updated daily and some cases every 10 min. Best regards, Rafael.