diff --git a/Coronavirus/README.md b/Coronavirus/README.md index 134fc5c..8f19dfa 100644 --- a/Coronavirus/README.md +++ b/Coronavirus/README.md @@ -9,7 +9,7 @@ Copyright (c) 2019 - 2020 ## Coronavirus Data Set -### Track the outbreak of Coronavirus (COVID-19) +### Track the outbreak of coronoavirus (COVID-19) --- @@ -20,7 +20,8 @@ The recent outbreak of the novel coronavirus has caused great concern all around The outbreak, originating in the Chinese city of Wuhan, has been declared a global emergency by the World Health Organization (WHO). This data set consists of 4 files and was collected through various sources. -The first file **2019ncovdata.csv** contains daily level information on the number of 2019-nCoV affected cases across the globe. +This repository is continuously updated. The data is available from 22 Jan, 2020 and was last updated on 3 March, 2020. +The first file **covid_19_data.csv** contains daily level information on the number of 2019-nCoV affected cases across the globe. The next 3 files contain time series data of confirmed cases, death cases and recovered cases, respectively. The data dictionary for the first file is provided below. @@ -33,9 +34,9 @@ The data dictionary for the first file is provided below. | Column Position | Atrribute Name | Definition | |------------------- |----------------------- |------------------------------------------------------------------------------ | | 1 | Sno | Serial Number | -| 2 | Date | Date and time of the observation in MM/DD/YYYY HH:MM:SS | +| 2 | ObservationDate | Date and time of the observation in MM/DD/YYYY HH:MM:SS | | 3 | Province / State | Province or state of the observation | -| 4 | Country | Country of observation | +| 4 | Country / Region | Country of observation | | 5 | Last Update | Time in UTC at which the row is updated for the given province or country. | | 6 | Confirmed | Number of confirmed cases | | 7 | Deaths | Number of deaths |