100+ datasets found
  1. COVID-19 Cases in Italy

    • kaggle.com
    zip
    Updated May 18, 2020
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Google BigQuery (2020). COVID-19 Cases in Italy [Dataset]. https://www.kaggle.com/datasets/bigquery/covid19-italy
    Explore at:
    zip(0 bytes)Available download formats
    Dataset updated
    May 18, 2020
    Dataset provided by
    BigQueryhttps://cloud.google.com/bigquery
    Authors
    Google BigQuery
    Area covered
    Italy
    Description

    Context

    This is the Italian Coronavirus data repository from the Dipartimento della Protezione Civile . This dataset was created in response to the Coronavirus public health emergency in Italy and includes COVID-19 cases reported by region

    Sample Queries

    Dati Italia COVID-19: Which provinces in Italy have the most confirmed cases? Find which Italian provinces have the highest number of confirmed COVID-19 cases as of yesterday. SELECT covid19.province_name AS province, covid19.region_name AS region, confirmed_cases FROM bigquery-public-data.covid19_italy.data_by_province covid19 WHERE EXTRACT(date from DATE) = DATE_SUB(CURRENT_DATE(),INTERVAL 1 day) ORDER BY confirmed_cases desc

    Sample Query 2

    What percentage of tests performed have resulted in confirmed cases by region? This query determines what percent of tests performed are made up by confirmed cases. SELECT covid19.region_name AS region, total_confirmed_cases, tests_performed, ROUND(total_confirmed_cases/tests_performed*100,2) AS percent_tests_confirmed_cases FROM bigquery-public-data.covid19_italy.data_by_region covid19 WHERE EXTRACT(date from DATE) = DATE_SUB(CURRENT_DATE(),INTERVAL 1 day) ORDER BY percent_tests_confirmed_cases desc

  2. Active coronavirus (COVID-19) cases in Italy as of January 2025

    • statista.com
    Updated Jan 30, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Active coronavirus (COVID-19) cases in Italy as of January 2025 [Dataset]. https://www.statista.com/statistics/1106379/coronavirus-active-cases-development-italy/
    Explore at:
    Dataset updated
    Jan 30, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Feb 15, 2020 - Jan 8, 2025
    Area covered
    Italy
    Description

    Italy went through five coronavirus waves during the pandemic. As of January 8, 2025, the number of active coronavirus cases in the country was equal to approximately 203,305. On January 23, 2022, there were 2,734,906 active infections in Italy, the highest figure since the start of the pandemic. Furthermore, the total number of cases (including active cases, recoveries, and deaths) in Italy reached 26.9 million, with the region mostly hit by the virus in the country being Lombardy. Despite this notably high number of infections, deaths and hospitalizations remain rather low, thanks to a very high vaccination rate. The virus originated in Wuhan, a Chinese city populated by millions and located in the province of Hubei. More statistics and facts about the virus in Italy are available here.For a global overview, visit Statista's webpage exclusively dedicated to coronavirus, its development, and its impact.

  3. Coronavirus (COVID-19) recoveries in Italy as of January 2025

    • statista.com
    Updated Nov 15, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Juliette Gagliardi (2023). Coronavirus (COVID-19) recoveries in Italy as of January 2025 [Dataset]. https://www.statista.com/study/71023/coronavirus-covid-19-in-italy/
    Explore at:
    Dataset updated
    Nov 15, 2023
    Dataset provided by
    Statistahttp://statista.com/
    Authors
    Juliette Gagliardi
    Area covered
    Italy
    Description

    Since the spread of the coronavirus (COVID-19) in Italy started in February 2020, the number of cases has increased daily. However, the vast majority of people who contracted the virus have recovered. As of January 8, 2025, the number of individuals who recovered from coronavirus in Italy reached over 26.5 million. Conversely, the number of deaths also kept increasing, reaching over 198.6 thousand. When looking at the regional level, the region with the highest number of recoveries was Lombardy. The region, however, registered the highest number of coronavirus cases in the country. For further information about the coronavirus (COVID-19) pandemic, please visit our dedicated Facts and Figures page.

  4. Covid-19 Italy (Tuscany data)

    • kaggle.com
    Updated Jun 20, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Iron486 (2022). Covid-19 Italy (Tuscany data) [Dataset]. https://www.kaggle.com/datasets/die9origephit/covid19-italy-tuscany-data
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jun 20, 2022
    Dataset provided by
    Kaggle
    Authors
    Iron486
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Tuscany, Italy
    Description

    The data are related to Tuscany and its provinces. They covered the period from 24/2/2020 to 15/6/2022 and they were updated daily.

    Two tables were created: one with data from the entire Tuscany and the other with data from each province within Tuscany (AR, FI, GR, LI, LU, MS, PI, PO, PT, SI) and each medical district of the region (aslCENTRO,aslNO,aslSE).

    Inspiration

    You can perform an exploratory data analysis of the data, working with Pandas or Numpy.

    Interesting visualizations can be performed too using, for instance, Python libraries to plot the data of the number of deaths, dismissed patients, total and current positives, recoveries etc.

    It might be useful to plot the data in time, working with different date formats too and conducting a time series analysis.

    Moreover, this dataset is very good to practice queries using SQL or Pandas.

    Remember to upvote if you found the dataset useful :).

    Collection methodology

    The data were fetched from the following link: https://dati.toscana.it/dataset/open-data-covid19.

    The rows from provinces were separated from the rows related to Tuscany region and some columns were removed from the catalogue since they didn't contain any data. Furthermore, some columns were transformed from floats to integers, missing values were filled with the integer '0' and the headers were translated to English.

  5. Latest Coronavirus COVID-19 figures for Italy

    • covid19-today.pages.dev
    json
    Updated Jul 30, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Worldometers (2025). Latest Coronavirus COVID-19 figures for Italy [Dataset]. https://covid19-today.pages.dev/countries/italy/
    Explore at:
    jsonAvailable download formats
    Dataset updated
    Jul 30, 2025
    Dataset provided by
    Worldometershttps://dadax.com/
    CSSE at JHU
    License

    https://github.com/disease-sh/API/blob/master/LICENSEhttps://github.com/disease-sh/API/blob/master/LICENSE

    Area covered
    Italy
    Description

    In past 24 hours, Italy, Europe had N/A new cases, N/A deaths and N/A recoveries.

  6. Italian COVID-19 Dashboard

    • healthinformationportal.eu
    html
    Updated Apr 27, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Istituto Superiore di Sanità-ISS (2023). Italian COVID-19 Dashboard [Dataset]. https://www.healthinformationportal.eu/health-information-sources/italian-covid-19-dashboard
    Explore at:
    htmlAvailable download formats
    Dataset updated
    Apr 27, 2023
    Dataset provided by
    Istituto Superiore Di Sanita'http://www.iss.it/
    Authors
    Istituto Superiore di Sanità-ISS
    License

    https://www.epicentro.iss.it/coronavirus/pdf/informazioni-privacy-iss-sorveglianza-integrata-covid-19.pdfhttps://www.epicentro.iss.it/coronavirus/pdf/informazioni-privacy-iss-sorveglianza-integrata-covid-19.pdf

    Area covered
    Italy
    Variables measured
    sex, title, topics, country, funding, language, data_owners, description, contact_name, geo_coverage, and 15 more
    Measurement technique
    Surveillance data of infectious diseases
    Dataset funded by
    <p>Public funding</p>
    Description

    Daily information on the spread of the COVID-19 epidemic in Italy (over time and by location) and on the characteristics of the reported cases. They are provided in the form of charts, maps and tables, or in the form of bulletins providing a more in-depth analysis of the gathered information.

  7. Covid-19 in italy

    • kaggle.com
    Updated Apr 18, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Hwaida Alsiari (2020). Covid-19 in italy [Dataset]. https://www.kaggle.com/hwaidaalsiari/covid19-in-italy/kernels
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Apr 18, 2020
    Dataset provided by
    Kaggle
    Authors
    Hwaida Alsiari
    Area covered
    Italy
    Description

    Context

    This data was gathered as part of the data mining project for the General Assembly Data Science course. using the API from https://rapidapi.com/astsiatsko/api/coronavirus-monitor .

    Covid-19

    The Covid-19 is a contagious coronavirus that hailed from Wuhan, China. This new strain of the virus has strike fear in many countries as cities are quarantined and hospitals are overcrowded. This dataset will help us understand how Covid-19 in Italy.

    On March 8, 2020 - Italy’s prime minister announced a sweeping coronavirus quarantine early Sunday, restricting the movements of about a quarter of the country’s population in a bid to limit contagions at the epicenter of Europe’s outbreak.

    ### High Light: - Spread to various overtime in Italy - Try to predict the spread of COVID-19 ahead of time to take preventive measures

    Content

    • id: id number
    • total_cases: the total number of cases have the coronavirus
    • new_cases: the number of new cases with coronavirus in this day and time
    • active_cases: Number of active cases with coronavirus
    • total_deaths: the total deaths numbers by a coronavirus
    • new_deaths: the number of new deaths in this day and time
    • total_recovered: the number of recovered from the coronavirus
    • serious_critical: numbe of the people have the coronavirus in serious critical
    • total_cases_per1m: the number of confirmed cases per 1 million people than China
    • record_date: Date of notification - YYYY-MM-DD HH:MM:SS

    Inspiration

    https://www.livescience.com/why-italy-coronavirus-deaths-so-high.html

  8. T

    Italy Coronavirus COVID-19 Vaccination Total

    • tradingeconomics.com
    csv, excel, json, xml
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS, Italy Coronavirus COVID-19 Vaccination Total [Dataset]. https://tradingeconomics.com/italy/coronavirus-vaccination-total
    Explore at:
    csv, json, excel, xmlAvailable download formats
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Dec 28, 2020 - May 23, 2023
    Area covered
    Italy
    Description

    The number of COVID-19 vaccination doses administered in Italy rose to 143854436 as of Oct 27 2023. This dataset includes a chart with historical data for Italy Coronavirus Vaccination Total.

  9. t

    COVID-19 data from Italy - Dataset - LDM

    • service.tib.eu
    Updated Jan 3, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2025). COVID-19 data from Italy - Dataset - LDM [Dataset]. https://service.tib.eu/ldmservice/dataset/covid-19-data-from-italy
    Explore at:
    Dataset updated
    Jan 3, 2025
    Area covered
    Italy
    Description

    The dataset used in this paper is the COVID-19 data from Italy, downloaded from the Italian Ministry for Health free repository.

  10. Italy: Mobility COVID-19

    • kaggle.com
    Updated Mar 26, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mr. Rahman (2021). Italy: Mobility COVID-19 [Dataset]. https://www.kaggle.com/motiurse/italy-mobility-covid19/discussion
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Mar 26, 2021
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Mr. Rahman
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Italy
    Description

    A live version of the data record, which will be kept up-to-date with new estimates, can be downloaded from the Humanitarian Data Exchange: https://data.humdata.org/dataset/covid-19-mobility-italy.

    If you find the data helpful or you use the data for your research, please cite our work:

    Pepe, E., Bajardi, P., Gauvin, L., Privitera, F., Lake, B., Cattuto, C., & Tizzoni, M. (2020). COVID-19 outbreak response, a dataset to assess mobility changes in Italy following national lockdown. Scientific Data 7, 230 (2020).

    The data record is structured into 4 comma-separated value (CSV) files, as follows:

    id_provinces_IT.csv. Table of the administrative codes of the 107 Italian provinces. The fields of the table are:

    COD_PROV is an integer field that is used to identify a province in all other data records;

    SIGLA is a two-letters code that identifies the province according to the ISO_3166-2 standard (https://en.wikipedia.org/wiki/ISO_3166-2:IT);

    DEN_PCM is the full name of the province.

    OD_Matrix_daily_flows_norm_full_2020_01_18_2020_04_17.csv. The file contains the daily fraction of users’ moving between Italian provinces. Each line corresponds to an entry of matrix (i, j). The fields of the table are:

    p1: COD_PROV of origin,

    p2: COD_PROV of destination,

    day: in the format yyyy-mm-dd.

    median_q1_q3_rog_2020_01_18_2020_04_17.csv. The file contains median and interquartile range (IQR) of users’ radius of gyration in a province by week. Each entry of the table fields of the table are:

    COD_PROV of the province;

    SIGLA of the province;

    DEN_PCM of the province;

    week: median value of the radius of gyration on week week, with week in the format dd/mm-DD/MM where dd/mm and DD/MM are the first and the last day of the week, respectively.

    week Q1 first quartile (Q1) of the distribution of the radius of gyration on week week,

    week Q3 third quartile (Q3) of the distribution of the radius of gyration on week week,

    average_network_degree_2020_01_18_2020_04_17.csv. The file contains daily time-series of the average degree 〈k〉 of the proximity network. Each entry of the table is a value of 〈k〉 on a given day. The fields of the table are:

    COD_PROV of the province;

    SIGLA of the province;

    DEN_PCM of the province;

    day in the format yyyy-mm-dd.

    ESRI shapefiles of the Italian provinces updated to the most recent definition are available from the website of the Italian National Office of Statistics (ISTAT): https://www.istat.it/it/archivio/222527.

  11. T

    Italy Coronavirus COVID-19 Deaths

    • tradingeconomics.com
    csv, excel, json, xml
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS, Italy Coronavirus COVID-19 Deaths [Dataset]. https://tradingeconomics.com/italy/coronavirus-deaths
    Explore at:
    excel, csv, json, xmlAvailable download formats
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Jan 4, 2020 - May 17, 2023
    Area covered
    Italy
    Description

    Italy recorded 190080 Coronavirus Deaths since the epidemic began, according to the World Health Organization (WHO). In addition, Italy reported 25828252 Coronavirus Cases. This dataset includes a chart with historical data for Italy Coronavirus Deaths.

  12. Cumulative number of coronavirus (COVID-19) cases in Italy as of January...

    • statista.com
    Updated Nov 15, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Juliette Gagliardi (2023). Cumulative number of coronavirus (COVID-19) cases in Italy as of January 2025 [Dataset]. https://www.statista.com/study/71023/coronavirus-covid-19-in-italy/
    Explore at:
    Dataset updated
    Nov 15, 2023
    Dataset provided by
    Statistahttp://statista.com/
    Authors
    Juliette Gagliardi
    Area covered
    Italy
    Description

    The first two cases of the new coronavirus (COVID-19) in Italy were recorded between the end of January and the beginning of February 2020. Since then, the total number of cases in Italy increased steadily and the country faced five harsh waves of contagion. The total number of cases reached 26,964,654 as of January 8, 2025. The region mostly hit by the virus in the country was Lombardy, counting almost than 4.4 million cases. The virus originated in Wuhan, a Chinese city populated by millions and located in the province of Hubei. More statistics and facts about the virus in Italy are available here.For a global overview, visit Statista's webpage exclusively dedicated to coronavirus, its development, and its impact.

  13. w

    Enterprise Survey Follow-up on Covid-19 2020, Round 1 - Italy

    • microdata.worldbank.org
    • datacatalog.ihsn.org
    • +1more
    Updated Oct 20, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Enterprise Analysis Team - DEC Global Indicators Group. (2023). Enterprise Survey Follow-up on Covid-19 2020, Round 1 - Italy [Dataset]. https://microdata.worldbank.org/index.php/catalog/4256
    Explore at:
    Dataset updated
    Oct 20, 2023
    Dataset authored and provided by
    Enterprise Analysis Team - DEC Global Indicators Group.
    Time period covered
    2020
    Area covered
    Italy
    Description

    Abstract

    As part of the efforts of the World Bank Group to understand the impact of COVID-19 on the private sector, the Enterprise Analysis unit is conducting follow-up surveys on recently completed Enterprise Surveys (ES) in several countries. These short surveys follow the baseline ES and are designed to provide quick information on the impact and adjustments that COVID-19 has brought about in the private sector.

    Geographic coverage

    Italy

    Analysis unit

    Firms

    Kind of data

    Sample survey data [ssd]

    Sampling procedure

    The follow-up surveys re-contact all establishments sampled in the standard ES using stratified random sampling. The total sample target was 760. Sample Frame Source : Completed interviews in the Italy 2019 ES. For more information on sampling methodology, see https://www.enterprisesurveys.org/content/dam/enterprisesurveys/documents/methodology/Sampling_Note.pdf

    Mode of data collection

    Computer Assisted Telephone Interviews (CATI) and Computer Assisted Web Interviews (CAWI), with phone follow-up

    Research instrument

    The questionnaire contains the following modules: - Control information and introduction - Sales - Production - Labor - Finance - Policies - Expectations - Information on permanently closed establishments - Interview protocol

    Response rate

    65.9%

  14. H

    Italy COVID-19 Case Data with Basemap (STC)

    • dataverse.harvard.edu
    • search.dataone.org
    Updated Aug 18, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    NSF Spatiotemporal Innovation Center (2020). Italy COVID-19 Case Data with Basemap (STC) [Dataset]. http://doi.org/10.7910/DVN/4Z8ZKI
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Aug 18, 2020
    Dataset provided by
    Harvard Dataverse
    Authors
    NSF Spatiotemporal Innovation Center
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Area covered
    Italy
    Description

    Case data from 02-24-2020 to 08-16-2020, this data repository stores COVID-19 virus case data for Italy, including daily case data, summary data, and base map. Each zip file contains weekly case data from Monday to Sunday.

  15. p

    Counts of COVID-19 reported in ITALY: 2019-2021

    • tycho.pitt.edu
    • catalog.midasnetwork.us
    • +1more
    Updated Sep 10, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    MIDAS Coordination Center (2024). Counts of COVID-19 reported in ITALY: 2019-2021 [Dataset]. http://doi.org/10.25337/T7/ptycho.v2.0/IT.840539006
    Explore at:
    Dataset updated
    Sep 10, 2024
    Dataset provided by
    Project Tycho
    Authors
    MIDAS Coordination Center
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    2019 - 2021
    Area covered
    Italy
    Description

    Records of reported Counts of COVID-19 case counts in Italy from 2019-2021. Download is a zipped CSV file with readme.

  16. COVID-19 Italy

    • kaggle.com
    Updated Mar 22, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    bachir (2020). COVID-19 Italy [Dataset]. https://www.kaggle.com/bachrr/covid19-italy/tasks
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Mar 22, 2020
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    bachir
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Italy
    Description

    Introduction

    This dataset contains #COVID19 data about Italy: • National trend • JSON data • Provinces data • Regions data • Summary cards • Areas

    Structure

    COVID-19/
    │
    ├── andamento-nazionale/
    │  ├── dpc-covid19-ita-andamento-nazionale-yyyymmdd.csv
    ├── aree/
    │  ├── geojson
    │  │  ├── dpc-covid19-ita-aree.geojson
    │  ├── shp
    │  │  ├── dpc-covid19-ita-aree.shp
    ├── dati-province/
    │  ├── dpc-covid19-ita-province-yyyymmdd.csv
    ├── dati-json/
    │  ├── dpc-covid19-ita-*.json
    ├── dati-regioni/
    │  ├── dpc-covid19-ita-regioni-yyyymmdd.csv
    ├── schede-riepilogative/
    │  ├── province
    │  │  ├── dpc-covid19-ita-scheda-province-yyyymmdd.pdf
    │  ├── regioni
    │  │  ├── dpc-covid19-ita-scheda-regioni-yyyymmdd.pdf
    

    Reference

    Presidenza del Consiglio dei Ministri - Dipartimento della Protezione Civile repo

  17. COVID-19 in Italy

    • kaggle.com
    zip
    Updated Apr 20, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    SRK (2020). COVID-19 in Italy [Dataset]. https://www.kaggle.com/sudalairajkumar/covid19-in-italy
    Explore at:
    zip(84486 bytes)Available download formats
    Dataset updated
    Apr 20, 2020
    Authors
    SRK
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Italy
    Description

    Context

    Coronaviruses are a large family of viruses which may cause illness in animals or humans. In humans, several coronaviruses are known to cause respiratory infections ranging from the common cold to more severe diseases such as Middle East Respiratory Syndrome (MERS) and Severe Acute Respiratory Syndrome (SARS). The most recently discovered coronavirus causes coronavirus disease COVID-19 - WHO

    People can catch COVID-19 from others who have the virus. This has been spreading rapidly around the world and Italy is one of the most affected country.

    On March 8, 2020 - Italy’s prime minister announced a sweeping coronavirus quarantine early Sunday, restricting the movements of about a quarter of the country’s population in a bid to limit contagions at the epicenter of Europe’s outbreak. - TIME

    Content

    This dataset is from https://github.com/pcm-dpc/COVID-19 collected by Sito del Dipartimento della Protezione Civile - Emergenza Coronavirus: la risposta nazionale

    This dataset has two files

    • covid19_italy_province.csv - Province level data of COVID-19 cases
    • covid_italy_region.csv - Region level data of COVID-19 cases

    Acknowledgements

    Data is collected by Sito del Dipartimento della Protezione Civile - Emergenza Coronavirus: la risposta nazionale and is uploaded into this github repo.

    Dashboard on the data can be seen here. Picture courtesy is from the dashboard.

    Inspiration

    Insights on * Spread to various regions over time * Try to predict the spread of COVID-19 ahead of time to take preventive measures

  18. z

    dpc

    • zenodo.org
    • data.niaid.nih.gov
    bin, csv
    Updated May 20, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    PyCoa (2024). dpc [Dataset]. http://doi.org/10.5281/zenodo.11222022
    Explore at:
    bin, csvAvailable download formats
    Dataset updated
    May 20, 2024
    Dataset provided by
    PyCoa
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Feb 24, 2020 - Nov 1, 2023
    Description

    COVID-19 data for Italy from 2020-02-24 to 2023-11-01, including tot_cases, tot_deaths

    Files:

    • ".pkl" Cache file backup
    • Dataframe exported "PyCoa-DF.csv"
    • Original database backup
  19. Z

    Linked Data representation of COVID-19 data for Italy

    • data.niaid.nih.gov
    Updated Jun 30, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Emanuele Storti (2021). Linked Data representation of COVID-19 data for Italy [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_4283356
    Explore at:
    Dataset updated
    Jun 30, 2021
    Dataset provided by
    Emanuele Storti
    Domenico Potena
    Claudia Diamantini
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Italy
    Description

    This repository includes a Linked Data representation of the covid19-ita dataset provided by the Department of Civil Protection in Italy, following the RDF Data Cube Vocabulary and the KPIOnto ontology. The dataset includes measurements of various indicators related to COVID19 spread at the province, regional, and country levels, on a daily basis from February 24th to November 20th, 2020. The RDF format allows describing statistical multidimensional data as Linked Data on the Web. As such, each data point is represented as an observation of the relevant measures along two dimensions, namely time and geographical area.

    The project is also available on Github.

  20. Novel Covid-19 Dataset

    • kaggle.com
    Updated Sep 18, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    GHOST5612 (2025). Novel Covid-19 Dataset [Dataset]. https://www.kaggle.com/datasets/ghost5612/novel-covid-19-dataset
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Sep 18, 2025
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    GHOST5612
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

    Context:

    From World Health Organization - On 31 December 2019, WHO was alerted to several cases of pneumonia in Wuhan City, Hubei Province of China. The virus did not match any other known virus. This raised concern because when a virus is new, we do not know how it affects people.

    So daily level information on the affected people can give some interesting insights when it is made available to the broader data science community.

    Johns Hopkins University has made an excellent dashboard using the affected cases data. Data is extracted from the google sheets associated and made available here.

    Edited:

    Now data is available as csv files in the Johns Hopkins Github repository. Please refer to the github repository for the Terms of Use details. Uploading it here for using it in Kaggle kernels and getting insights from the broader DS community.

    Content

    2019 Novel Coronavirus (2019-nCoV) is a virus (more specifically, a coronavirus) identified as the cause of an outbreak of respiratory illness first detected in Wuhan, China. Early on, many of the patients in the outbreak in Wuhan, China reportedly had some link to a large seafood and animal market, suggesting animal-to-person spread. However, a growing number of patients reportedly have not had exposure to animal markets, indicating person-to-person spread is occurring. At this time, it’s unclear how easily or sustainably this virus is spreading between people - CDC

    This dataset has daily level information on the number of affected cases, deaths and recovery from 2019 novel coronavirus. Please note that this is a time series data and so the number of cases on any given day is the cumulative number.

    The data is available from 22 Jan, 2020.

    Here’s a polished version suitable for a professional Kaggle dataset description:

    Dataset Description

    This dataset contains time-series and case-level records of the COVID-19 pandemic. The primary file is covid_19_data.csv, with supporting files for earlier records and individual-level line list data.

    Files and Columns

    1. covid_19_data.csv (Main File)

    This is the primary dataset and contains aggregated COVID-19 statistics by location and date.

    • Sno – Serial number of the record
    • ObservationDate – Date of the observation (MM/DD/YYYY)
    • Province/State – Province or state of the observation (may be missing for some entries)
    • Country/Region – Country of the observation
    • Last Update – Timestamp (UTC) when the record was last updated (not standardized, requires cleaning before use)
    • Confirmed – Cumulative number of confirmed cases on that date
    • Deaths – Cumulative number of deaths on that date
    • Recovered – Cumulative number of recoveries on that date

    2. 2019_ncov_data.csv (Legacy File)

    This file contains earlier COVID-19 records. It is no longer updated and is provided only for historical reference. For current analysis, please use covid_19_data.csv.

    3. COVID_open_line_list_data.csv

    This file provides individual-level case information, obtained from an open data source. It includes patient demographics, travel history, and case outcomes.

    4. COVID19_line_list_data.csv

    Another individual-level case dataset, also obtained from public sources, with detailed patient-level information useful for micro-level epidemiological analysis.

    ✅ Use covid_19_data.csv for up-to-date aggregated global trends.

    ✅ Use the line list datasets for detailed, individual-level case analysis.

    Country level datasets:

    If you are interested in knowing country level data, please refer to the following Kaggle datasets:

    India - https://www.kaggle.com/sudalairajkumar/covid19-in-india

    South Korea - https://www.kaggle.com/kimjihoo/coronavirusdataset

    Italy - https://www.kaggle.com/sudalairajkumar/covid19-in-italy

    Brazil - https://www.kaggle.com/unanimad/corona-virus-brazil

    USA - https://www.kaggle.com/sudalairajkumar/covid19-in-usa

    Switzerland - https://www.kaggle.com/daenuprobst/covid19-cases-switzerland

    Indonesia - https://www.kaggle.com/ardisragen/indonesia-coronavirus-cases

    Acknowledgements :

    Johns Hopkins University for making the data available for educational and academic research purposes

    MoBS lab - https://www.mobs-lab.org/2019ncov.html

    World Health Organization (WHO): https://www.who.int/

    DXY.cn. Pneumonia. 2020. http://3g.dxy.cn/newh5/view/pneumonia.

    BNO News: https://bnonews.com/index.php/2020/02/the-latest-coronavirus-cases/

    National Health Commission of the People’s Republic of China (NHC): http://www.nhc.gov.cn/xcs/yqtb/list_gzbd.shtml

    China CDC (CCDC): http://weekly.chinacdc.cn/news/TrackingtheEpidemic.htm

    Hong Kong Department of Health: https://www.chp.gov.hk/en/features/102465.html

    Macau Government: https://www.ssm.gov.mo/portal/

    Taiwan CDC: https://sites.google....

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Google BigQuery (2020). COVID-19 Cases in Italy [Dataset]. https://www.kaggle.com/datasets/bigquery/covid19-italy
Organization logo

COVID-19 Cases in Italy

Italian Department of Civil Protection

Explore at:
zip(0 bytes)Available download formats
Dataset updated
May 18, 2020
Dataset provided by
BigQueryhttps://cloud.google.com/bigquery
Authors
Google BigQuery
Area covered
Italy
Description

Context

This is the Italian Coronavirus data repository from the Dipartimento della Protezione Civile . This dataset was created in response to the Coronavirus public health emergency in Italy and includes COVID-19 cases reported by region

Sample Queries

Dati Italia COVID-19: Which provinces in Italy have the most confirmed cases? Find which Italian provinces have the highest number of confirmed COVID-19 cases as of yesterday. SELECT covid19.province_name AS province, covid19.region_name AS region, confirmed_cases FROM bigquery-public-data.covid19_italy.data_by_province covid19 WHERE EXTRACT(date from DATE) = DATE_SUB(CURRENT_DATE(),INTERVAL 1 day) ORDER BY confirmed_cases desc

Sample Query 2

What percentage of tests performed have resulted in confirmed cases by region? This query determines what percent of tests performed are made up by confirmed cases. SELECT covid19.region_name AS region, total_confirmed_cases, tests_performed, ROUND(total_confirmed_cases/tests_performed*100,2) AS percent_tests_confirmed_cases FROM bigquery-public-data.covid19_italy.data_by_region covid19 WHERE EXTRACT(date from DATE) = DATE_SUB(CURRENT_DATE(),INTERVAL 1 day) ORDER BY percent_tests_confirmed_cases desc

Search
Clear search
Close search
Google apps
Main menu