DataHerb
Flora Add Data Articles
Ecosystem
Python Package
Community
Telegram
About

DataHerb:

COVID-19 Timeseries of Confirmed, Death, and Recovered

• [ #Health ]

DataHerb Metadata

  • DataHerb ID: csse_covid_19_time_series
  • DataHerb Name: COVID-19 Timeseries of Confirmed, Death, and Recovered
  • Contributors: CSSEGISandData
  • Description: COVID-19 Timeseries of Confirmed, Death, and Recovered from CSSEGI. This is a mirror of part of the repository CSSEGISandData/COVID-19
  • GitHub Repository: DataHerb/dataset-covid-19

DataHerb Leaves: Files in Dataset

  • Metadata
  • Usage
  • Name: comfirmed cases in csv format
  • File:
  • Format: csv
  • Size: 8K

Fields

  1. Province/State: province or state of the cases
  2. Country/Region: country or region of the cases
  3. Lat: latitude of the location
  4. Long: longitude of the location
  5. */*: multicolumns with the format */* indicates the dates of the confirmed cases

Preview

Import Data

Copy the following code and paste into a Google Spreadsheet cell.
=IMPORTDATA("https://raw.githubusercontent.com/DataHerb/dataset-covid-19/master/csse_covid_19_time_series/time_series_19-covid-Confirmed.csv")
Load data into a Pandas DataFrame:
import pandas as pd
url = "https://raw.githubusercontent.com/DataHerb/dataset-covid-19/master/csse_covid_19_time_series/time_series_19-covid-Confirmed.csv"
df = pd.read_csv(url)
  • Name: deaths in csv format
  • File:
  • Format: csv
  • Size: 7K

Fields

  1. Province/State: province or state of the cases
  2. Country/Region: country or region of the cases
  3. Lat: latitude of the location
  4. Long: longitude of the location
  5. */*: multicolumns with the format */* indicates the dates of the confirmed cases

Preview

Import Data

Copy the following code and paste into a Google Spreadsheet cell.
=IMPORTDATA("https://raw.githubusercontent.com/DataHerb/dataset-covid-19/master/csse_covid_19_time_series/time_series_19-covid-Deaths.csv")
Load data into a Pandas DataFrame:
import pandas as pd
url = "https://raw.githubusercontent.com/DataHerb/dataset-covid-19/master/csse_covid_19_time_series/time_series_19-covid-Deaths.csv"
df = pd.read_csv(url)
  • Name: recovered in csv format
  • File:
  • Format: csv
  • Size: 11K

Fields

  1. Province/State: province or state of the cases
  2. Country/Region: country or region of the cases
  3. Lat: latitude of the location
  4. Long: longitude of the location
  5. */*: multicolumns with the format */* indicates the dates of the confirmed cases

Preview

Import Data

Copy the following code and paste into a Google Spreadsheet cell.
=IMPORTDATA("https://raw.githubusercontent.com/DataHerb/dataset-covid-19/master/csse_covid_19_time_series/time_series_19-covid-Recovered.csv")
Load data into a Pandas DataFrame:
import pandas as pd
url = "https://raw.githubusercontent.com/DataHerb/dataset-covid-19/master/csse_covid_19_time_series/time_series_19-covid-Recovered.csv"
df = pd.read_csv(url)

References:

  • CSSEGISandData/COVID-19
  • Mapping 2019-nCoV
explorer@dataherb: ~
The DataHerb Terminal — Type help.
➜ ~

The DataHerb Index by DataHerb.