DataHerb:
SARS-COV-2/COVID-19 Cases in Europe
• [ #Health ]
DataHerb Metadata
- DataHerb ID:
covid19_eu_data
- DataHerb Name: SARS-COV-2/COVID-19 Cases in Europe
- Contributors: covid19-eu-zh
- Description: SARS-COV-2/COVID-19 Cases in Europe by Country, State, and Date
- GitHub Repository: covid19-eu-zh/covid19-eu-data
DataHerb Leaves: Files in Dataset
- Name: SARS-COV-2/COVID-19 Cases in Switzerland in csv format
-
File:
- Format: csv
- Size:
Fields
- country: alpha 2 code of the country (CH)
- nuts_2: NUTS 2 (regions) in Switzerland
- cases: number of cases by the specified datetime
- datetime: local datetime of the record
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-ch.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-ch.csv"
df = pd.read_csv(url)
- Name: SARS-COV-2/COVID-19 Cases in Germany in csv format
-
File:
- Format: csv
- Size:
Fields
- country: alpha 2 code of the country
- nuts_1: NUTS 1 (states) in Germany
- cases: number of cases by the specified datetime
- cases/100k pop.: number of cases per 100k population; DE did not track this in the beginning thus missing values are found
- deaths: number of deaths; DE did not track this in the beginning thus missing values
- datetime: local datetime of the record
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-de.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-de.csv"
df = pd.read_csv(url)
- Name: SARS-COV-2/COVID-19 Cases in AT in csv format
-
File:
- Format: csv
- Size:
Fields
- country: alpha 2 code of the country
- nuts_2: NUTS 2 administrative divisions (states) in Austria
- cases: number of cases by the specified datetime
- recovered: recovered patients. started tracking on 2020-03-13
- deaths: number of deaths. started tracking on 2020-03-13
- datetime: local datetime of the record
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-at.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-at.csv"
df = pd.read_csv(url)
- Name: SARS-COV-2/COVID-19 Cases in NL in csv format
-
File:
- Format: csv
- Size:
Fields
- country: alpha 2 code of the country
- lau: LAU (city) in Netherland
- cases: number of cases by the specified datetime
- population: population of the city
- cases/100k pop.: number of cases per 100k population by the specified datetime
- datetime: local date of the record update on the volksgezondheidenzorg website, only the date matters
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-nl.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-nl.csv"
df = pd.read_csv(url)
- Name: SARS-COV-2/COVID-19 Cases in England in csv format
-
File:
- Format: csv
- Size:
Fields
- country: alpha 2 code of the country
- nuts_3: local authorities in England, city, town, borough, etc.
- cases: number of cases by the specified datetime
- datetime: local datetime of the record update on the website
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-england.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-england.csv"
df = pd.read_csv(url)
- Name: SARS-COV-2/COVID-19 Cases in Scotland in csv format
-
File:
- Format: csv
- Size:
Fields
- country: alpha 2 code of the country
- nuts_3: local authorities in Scotland, city, town, borough, etc.
- cases: number of cases by the specified datetime
- datetime: datetime of the record update on the website
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-scotland.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-scotland.csv"
df = pd.read_csv(url)
- Name: SARS-COV-2/COVID-19 Cases in Wales in csv format
-
File:
- Format: csv
- Size:
Fields
- country: alpha 2 code of the country
- nuts_3: local authorities in Wales
- cases: number of cases by the specified datetime
- datetime: local datetime of the record update on the website
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-wales.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-wales.csv"
df = pd.read_csv(url)
- Name: SARS-COV-2/COVID-19 Cases in SE in csv format
-
File:
- Format: csv
- Size:
Fields
- country: alpha 2 code of the country
- nuts_3: NUTS 3 (counties) in Sweden
- cases: number of cases by the specified datetime
- cases/100k pop.: number of cases per 100k population by the specified datetime
- percent: percent of cases by the specified datetime
- datetime: local datetime of the record update on the website
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-se.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-se.csv"
df = pd.read_csv(url)
- Name: SARS-COV-2/COVID-19 Cases in FR in csv format
-
File:
- Format: csv
- Size:
Fields
- country: alpha 2 code of the country
- nuts_2: local provinces or oversea authorities in France, Oversea and Metropolis are also added as conditional sum
- cases: number of cases by the specified datetime
- datetime: local datetime of the record update on the website
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-fr.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-fr.csv"
df = pd.read_csv(url)
- Name: SARS-COV-2/COVID-19 Cases in PL in csv format
-
File:
- Format: csv
- Size:
Fields
- country: alpha 2 code of the country
- nuts_2: NUTS 2 (provinces) in PL or sum as the total
- cases: number of cases by the specified datetime
- deaths: number of deaths by the specified datetime
- datetime: local datetime of the record update on the website
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-pl.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-pl.csv"
df = pd.read_csv(url)
- Name: SARS-COV-2/COVID-19 Cases in CZ in csv format
-
File:
- Format: csv
- Size:
Fields
- country: alpha 2 code of the country
- nuts_3: NUTS 3 (regions, Kraje) in CZ
- cases: number of cases by the specified datetime
- datetime: datetime of the record update on the website
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-cz.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-cz.csv"
df = pd.read_csv(url)
- Name: SARS-COV-2/COVID-19 Cases From ECDC
-
File:
- Format: csv
- Size:
Fields
- country: alpha 2 code of the country
- cases: number of cases by the specified datetime
- deaths: number of deaths by the specified datetime
- datetime: CET datetime of the record update on the website
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-ecdc.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-ecdc.csv"
df = pd.read_csv(url)
- Name: SARS-COV-2/COVID-19 Cases in IT
-
File:
- Format: csv
- Size:
Fields
- country: alpha 2 code of the country (IT)
- nuts_2: NUTS 2 (regions) in IT, corresponds to NUTS 2
- nuts_3: NUTS 3 (provinces) in IT, corresponds to NUTS 3
- cases: number of cases by the specified datetime
- datetime: local datetime of the record update on the website
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-it.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-it.csv"
df = pd.read_csv(url)
- Name: SARS-COV-2/COVID-19 Cases in NO
-
File:
- Format: csv
- Size:
Fields
- country: alpha 2 code of the country (NO)
- nuts_3: NUTS 3 (counties) in Norway, corresponds to NUTS 3
- cases: number of cases by the specified datetime
- datetime: datetime of the record update on the website
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-no.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-no.csv"
df = pd.read_csv(url)
References:
- DE: SARS-CoV-2: Fallzahlen in Deutschland, China und weltweit
- AT: Neuartiges Coronavirus (COVID-19)
- NL: volksgezondheidenzorg.info
- England: Public Health England
- Scotland: Coronavirus in Scotland - Scottish Government
- Wales: Public Health Wales statement on Novel Coronavirus (COVID-19) outbreak - NHS Wales
- PL: Serwis Rzeczypospolitej Polskiej
- CZ: Přehled situace v ČR: COVID-19
- ECDC: Situation update for the EU/EEA and the UK, as of 19 March 2020
- IT: pcm-dpc/COVID-19 on GitHub
- NO: Daily reports about coronavirus disease (COVID-19)
- CH: daenuprobst/covid19-cases-switzerland on GitHub
- FR: Infection au nouveau Coronavirus (SARS-CoV-2), COVID-19, France et Monde
- SE: Antal fall av covid-19 - folkhalsomyndigheten