A real time dataset which contains the coronavirus cases, deaths and recovered within each country throughout the world each day.
corona
A dataframe with 271 rows and 35 variables:
id: The 3 character country ID for every country in the world.
date: The date for each day the cases were recorded
test: The number of tests conducted in that day in that country.
confirmed:The number of cases that were tested to be positive.
recovered: The number of cases that were recovered that day in the country.
deaths: The number of deaths that day in the country.
population: The number of people within that country(census).
school closing: The number of schools closed during the pandemic each day.