Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
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
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 casescovid_italy_region.csv
- Region level data of COVID-19 casesData 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.
Insights on * Spread to various regions over time * Try to predict the spread of COVID-19 ahead of time to take preventive measures
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 number of cases in Italy increased steadily, reaching over 26.9 million as of January 8, 2025. The region mostly hit by the virus in the country was Lombardy, counting almost 4.4 million cases. On January 11, 2022, 220,532 new cases were registered, which represented the biggest daily increase in cases in Italy since the start of the pandemic. 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.
After entering Italy, the coronavirus (COVID-19) spread fast. The strict lockdown implemented by the government during the Spring 2020 helped to slow down the outbreak. However, in the following months the country had to face four new harsh waves of contagion. As of January 1, 2025, 198,638 deaths caused by COVID-19 were reported by the authorities, of which approximately 48.7 thousand in the region of Lombardy, 20.1 thousand in the region of Emilia-Romagna, and roughly 17.6 thousand in Veneto, the regions mostly hit. The total number of cases reported in the country reached over 26.9 million. The north of the country was mostly hit, and the region with the highest number of cases was Lombardy, which registered almost 4.4 million of them. The north-eastern region of Veneto counted about 2.9 million cases. Italy's death toll was one of the most tragic in the world. In the last months, however, the country saw the end to this terrible situation: as of November 2023, 85 percent of the total Italian population was fully vaccinated. For a global overview, visit Statista's webpage exclusively dedicated to coronavirus, its development, and its impact.
https://github.com/disease-sh/API/blob/master/LICENSEhttps://github.com/disease-sh/API/blob/master/LICENSE
In past 24 hours, Italy, Europe had N/A new cases, N/A deaths and N/A recoveries.
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
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.
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.
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
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
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
Attribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
License information was derived automatically
COVID-19 integrated surveillance data provided by the Italian Institute of Health and processed via UnrollingAverages.jl to deconvolve the weekly moving averages.
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.
Italy
Firms
Sample survey data [ssd]
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
Computer Assisted Telephone Interviews (CATI) and Computer Assisted Web Interviews (CAWI), with phone follow-up
The questionnaire contains the following modules: - Control information and introduction - Sales - Production - Labor - Finance - Policies - Expectations - Information on permanently closed establishments - Interview protocol
65.9%
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
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. More information on the data repository is available here . For additional information on Italy’s situation tracking and reporting, see the department’s Coronavirus site and interactive dashboard . This public dataset is hosted in Google BigQuery and is included in BigQuery's 1TB/mo of free tier processing. This means that each user receives 1TB of free BigQuery processing every month, which can be used to run queries on this public dataset. Watch this short video to learn how to get started quickly using BigQuery to access public datasets. What is BigQuery . This dataset is hosted in both the EU and US regions of BigQuery. See the links below for the appropriate dataset copy: US region EU region This dataset has significant public interest in light of the COVID-19 crisis. All bytes processed in queries against this dataset will be zeroed out, making this part of the query free. Data joined with the dataset will be billed at the normal rate to prevent abuse. After September 15, queries over these datasets will revert to the normal billing rate.
The dataset used in this paper is the COVID-19 data from Italy, downloaded from the Italian Ministry for Health free repository.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
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.
CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
License information was derived automatically
This dataset contains key characteristics about the data described in the Data Descriptor COVID-19 outbreak response, a dataset to assess mobility changes in Italy following national lockdown. Contents:
1. human readable metadata summary table in CSV format
2. machine readable metadata file in JSON format
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
COVID-19 data for Italy from 2020-02-24 to 2023-11-01, including tot_cases, tot_deaths
Files:
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Italy recorded 25828252 Coronavirus Cases since the epidemic began, according to the World Health Organization (WHO). In addition, Italy reported 190080 Coronavirus Deaths. This dataset includes a chart with historical data for Italy Coronavirus Cases.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
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.
CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
License information was derived automatically
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.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
COVID-19 data for Italy from 2020-02-24 to 2023-11-01, including tot_cases, tot_deaths
As of January 1, 2025, the total number of coronavirus (COVID-19) cases in Italy amounted to over 26.9 million, approximately 218,000 of which were active cases. Moreover, the number of people who recovered or were discharged from hospital after contracting the virus reached over 26.5 million, while the number of deceased was equal to 198,638. For a global overview, visit Statista's webpage exclusively dedicated to coronavirus, its development, and its impact.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Background: Studying the scientific literature about COVID-19 and Italy, one of the first countries to be hit by the pandemic, allows an investigation into how knowledge develops during a public health emergency.Methods: A systematic review of the literature was conducted to identify articles published on the topic between January and April 2020. Articles were classified according to type of study. Co-occurrence of terms, and geographic and temporal trends were analyzed.Results: Of the 238 articles included in the systematic review, the majority (37%) focused on hospital and clinical management of COVID-19, while 23.9% were commentaries. Epidemiological studies constituted 45.5% of the articles published by authors with non-Italian affiliations.Conclusion: The scientific articles on COVID-19 in Italy were varied in type of study, though with limited international impact. The lockdown and the pressure placed on hospitals during the first wave of the pandemic mainly resulted in publications on disease management and commentaries.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
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
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 casescovid_italy_region.csv
- Region level data of COVID-19 casesData 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.
Insights on * Spread to various regions over time * Try to predict the spread of COVID-19 ahead of time to take preventive measures