100+ datasets found
  1. COVID-19 worldometer daily snapshots

    • kaggle.com
    Updated Oct 13, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    David Beniaguev (2020). COVID-19 worldometer daily snapshots [Dataset]. https://www.kaggle.com/selfishgene/covid19-worldometer-snapshots-since-april-18/activity
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Oct 13, 2020
    Dataset provided by
    Kaggle
    Authors
    David Beniaguev
    License

    Attribution-NonCommercial-NoDerivs 4.0 (CC BY-NC-ND 4.0)https://creativecommons.org/licenses/by-nc-nd/4.0/
    License information was derived automatically

    Description

    Manually collected daily snapshots of worldometer COVID-19 data (since April 18)

    https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F128750%2F66baee67b3e35bf9656ff816e692527e%2Fsnapshot_worldometer_july4.png?generation=1593988535797227&alt=media" alt="">

    Content

    The dataset contains data about the numbers of tests, cases, deaths, serious/critical cases, active cases and recovered cases in each country for every day since April 18, and also contains the population of each country to calculate per-capita penetration of the virus

    I've removed data from the "Diamond Princess" and "MS Zaandam" since they are not countries

    Additionally, an auxiliray table with information about the fraction of the general population at different age groups for every country is added (taken from Wikipedia). This is specifically relevant since COVID-19 death rate is very much age dependent.

    Acknowledgements

    The people at "www.worldometers.info" collecting and maintaining this site really are doing very important work "https://www.worldometers.info/coronavirus/#countries">https://www.worldometers.info/coronavirus/#countries

    Data about age structure for every country comes from wikipedia

    Inspiration

    It's possible to use this dataset for various purposes and analyses My goal will be to use the additional data about the number of tests performed in each country to estimate the true death and infection rates of COVID-19

  2. A

    ‘World Population by Year’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Jan 28, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2022). ‘World Population by Year’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-world-population-by-year-3a4c/0a3c3ba0/?iid=001-049&v=presentation
    Explore at:
    Dataset updated
    Jan 28, 2022
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

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

    Area covered
    World
    Description

    Analysis of ‘World Population by Year’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/sansuthi/world-population-by-year on 28 January 2022.

    --- Dataset description provided by original source is as follows ---

    Variables:

    • Year: 1951 to 2020
    • Population: World Population
    • ChangePerc: Yearly Change in Percentage
    • NetChange: Total Yearly Change
    • Density: Density in P/Km²
    • Urban: Urban Population
    • UrbanPerc: Urban Population Percentage

    Source of content: www.worldometers.info

    --- Original source retains full ownership of the source dataset ---

  3. A

    ‘Population by Country - 2020’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Feb 13, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2020). ‘Population by Country - 2020’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-population-by-country-2020-c8b7/latest
    Explore at:
    Dataset updated
    Feb 13, 2020
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

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

    Description

    Analysis of ‘Population by Country - 2020’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/tanuprabhu/population-by-country-2020 on 28 January 2022.

    --- Dataset description provided by original source is as follows ---

    Context

    I always wanted to access a data set that was related to the world’s population (Country wise). But I could not find a properly documented data set. Rather, I just created one manually.

    Content

    Now I knew I wanted to create a dataset but I did not know how to do so. So, I started to search for the content (Population of countries) on the internet. Obviously, Wikipedia was my first search. But I don't know why the results were not acceptable. And also there were only I think 190 or more countries. So then I surfed the internet for quite some time until then I stumbled upon a great website. I think you probably have heard about this. The name of the website is Worldometer. This is exactly the website I was looking for. This website had more details than Wikipedia. Also, this website had more rows I mean more countries with their population.

    Once I got the data, now my next hard task was to download it. Of course, I could not get the raw form of data. I did not mail them regarding the data. Now I learned a new skill which is very important for a data scientist. I read somewhere that to obtain the data from websites you need to use this technique. Any guesses, keep reading you will come to know in the next paragraph.

    https://fiverr-res.cloudinary.com/images/t_main1,q_auto,f_auto/gigs/119580480/original/68088c5f588ec32a6b3a3a67ec0d1b5a8a70648d/do-web-scraping-and-data-mining-with-python.png" alt="alt text">

    You are right its, Web Scraping. Now I learned this so that I could convert the data into a CSV format. Now I will give you the scraper code that I wrote and also I somehow found a way to directly convert the pandas data frame to a CSV(Comma-separated fo format) and store it on my computer. Now just go through my code and you will know what I'm talking about.

    Below is the code that I used to scrape the code from the website

    https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F3200273%2Fe814c2739b99d221de328c72a0b2571e%2FCapture.PNG?generation=1581314967227445&alt=media" alt="">

    Acknowledgements

    Now I couldn't have got the data without Worldometer. So special thanks to the website. It is because of them I was able to get the data.

    Inspiration

    As far as I know, I don't have any questions to ask. You guys can let me know by finding your ways to use the data and let me know via kernel if you find something interesting

    --- Original source retains full ownership of the source dataset ---

  4. World Demographic Data by Country (1955-2020)

    • zenodo.org
    csv
    Updated Nov 9, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ruben Deulofeu Gomez; Ruben Deulofeu Gomez (2020). World Demographic Data by Country (1955-2020) [Dataset]. http://doi.org/10.5281/zenodo.4264387
    Explore at:
    csvAvailable download formats
    Dataset updated
    Nov 9, 2020
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Ruben Deulofeu Gomez; Ruben Deulofeu Gomez
    License

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

    Area covered
    World
    Description

    Demographic data set of countries of the world (1955-2020). This dataset is created using Web Scraping technics on webpage: https://www.worldometers.info/population/.

  5. Covid-19 Worldometer Dataset

    • kaggle.com
    Updated Apr 11, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Vaibhav Panchal (2020). Covid-19 Worldometer Dataset [Dataset]. https://www.kaggle.com/pvaibhav1995/covid19-worldometer-dataset/kernels
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Apr 11, 2020
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Vaibhav Panchal
    Description

    UPDATED till 10/04/2020 23:59:59

    Context

    Worldometer Covid-19 Data is available as csv file. Uploading it here for using it in Kaggle kernels and getting insights from the broader DS community.

    Content

    (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

    Acknowledgements

    Country - List of countries affected by covid-19 Total Cases - Cumulative number of confirmed cases till date New Cases - New confirmed cases each day Total Deaths - Cumulative number of deaths till date New Deaths - New death cases each day Total Recovered - Cumulative number of recovered cases till date Active Cases - Cumulative number of recovered cases till date Serious, Critical - Cumulative number of Serious/Critical cases till date Tot Cases/1M pop - Cumulative number of confirmed cases till date per million population Deaths/1M pop - Cumulative number of deaths till date per million population Total Tests - Cumulative number of test till date Tests/1M pop - Cumulative number of test till date per million population

    Acknowledgements

  6. m

    Global COVID-19 Statistics - Jan-2025

    • data.mendeley.com
    Updated Jan 15, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Shuvo Kumar Basak Shuvo (2025). Global COVID-19 Statistics - Jan-2025 [Dataset]. http://doi.org/10.17632/82wn58ry9p.2
    Explore at:
    Dataset updated
    Jan 15, 2025
    Authors
    Shuvo Kumar Basak Shuvo
    License

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

    Description

    This dataset, titled "Global COVID-19 Statistics - Jan 2025," contains the latest COVID-19 statistics collected from the Worldometer website on Jan 09, 2025. The data includes crucial metrics such as the total number of cases, deaths, recoveries, and active cases for countries around the world. The information is extracted from the comprehensive table provided by Worldometer, which is widely regarded as a reliable source for real-time coronavirus statistics. Source and Collection Date Source: Worldometer Coronavirus Page Date of Collection: Jan 09, 2025

  7. Z

    Statistics Corona

    • data.niaid.nih.gov
    Updated Apr 13, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Daniel Orbegoso (2021). Statistics Corona [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_4682076
    Explore at:
    Dataset updated
    Apr 13, 2021
    Dataset authored and provided by
    Daniel Orbegoso
    License

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

    Description

    In this dataset we can find information related to the population of all the countries listed in the website Worldometers. The dataset is composed, among others, with information like Country, Total Cases, New Cases or TotalDeaths. The dataset was created with the idea to implement it in any project where this information could help to fight against Covid-19.

  8. Coronavirus (COVID-19) dataset

    • kaggle.com
    Updated Apr 29, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Balaaje (2020). Coronavirus (COVID-19) dataset [Dataset]. https://www.kaggle.com/balaaje/coronavirus-covid19-dataset/discussion
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Apr 29, 2020
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Balaaje
    Description

    Context

    The 2019–20 coronavirus pandemic is an ongoing global pandemic of coronavirus disease 2019 (COVID-19) caused by the severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2). The virus first emerged in Wuhan, Hubei, China, in December 2019. On 11 March 2020, the World Health Organization declared the outbreak a pandemic. As of 11 March 2020, over 126,000 cases have been confirmed in more than 110 countries and territories, with major outbreaks in mainland China, Italy, South Korea, and Iran. More than 4,600 have died from the disease and 67,000 have recovered.

    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 information on the number of affected cases, deaths and recovery from 2019 novel coronavirus. Please note that this data was scrapped from https://www.worldometers.info/coronavirus/.This data is solely for education purposes only.

    Acknowledgements

    This data is solely belongs to https://www.worldometers.info/coronavirus/. for licensing visit https://www.worldometers.info/licensing/

  9. A

    ‘Covid19 in World Countries-Latest Data’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Nov 12, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2021). ‘Covid19 in World Countries-Latest Data’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-covid19-in-world-countries-latest-data-e27d/ee48ef6e/?iid=001-583&v=presentation
    Explore at:
    Dataset updated
    Nov 12, 2021
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

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

    Area covered
    World
    Description

    Analysis of ‘Covid19 in World Countries-Latest Data’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/anandhuh/covid19-in-world-countrieslatest-data on 12 November 2021.

    --- Dataset description provided by original source is as follows ---

    Content

    This dataset contains Covid-19 data of world countries as on November 10, 2021

    Attribute Information

    • Country - Name of world countries
    • Total Cases - Total number of Covid-19 cases
    • Total Deaths - Total number of Deaths
    • Total Recovered - Total number of recovered cases
    • Active Cases - Total number of Active cases
    • Total Cases/1 mil population- Total Cases per 1 million of the population
    • Death/1 mil population - Total Deaths per 1 million of the population
    • Total Tests - Total number of Covid tests done
    • Tests/1 mil population - Covid tests done per 1 million of the population
    • Population - Population of the country

    Source

    Link : https://www.worldometers.info/coronavirus/#countries

    Other Updated Covid 19 Datasets

    Link : https://www.kaggle.com/anandhuh/datasets

    Upvote if you find it useful 🙏

    --- Original source retains full ownership of the source dataset ---

  10. H

    Africa - Population Estimate

    • data.humdata.org
    geopackage
    Updated Feb 24, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    3iS (2025). Africa - Population Estimate [Dataset]. https://data.humdata.org/dataset/population-of-africa-geopackage
    Explore at:
    geopackage(241664)Available download formats
    Dataset updated
    Feb 24, 2025
    Dataset provided by
    3iS
    License

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

    Area covered
    Africa
    Description

    The Africa Population (Live) counter shows a continuously updated estimate of the current population of Africa delivered by Worldometer's RTS algorithm, which processes data collected from the United Nations Population Division. From https://www.worldometers.info/world-population/africa-population/

  11. Latest Coronavirus COVID-19 figures for Sweden

    • covid19-today.pages.dev
    json
    Updated Apr 24, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Worldometers (2025). Latest Coronavirus COVID-19 figures for Sweden [Dataset]. https://covid19-today.pages.dev/countries/sweden/
    Explore at:
    jsonAvailable download formats
    Dataset updated
    Apr 24, 2024
    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
    Sweden
    Description

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

  12. Covid19 Dataset

    • kaggle.com
    Updated May 18, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Shailesh Dwivedi (2020). Covid19 Dataset [Dataset]. https://www.kaggle.com/baba4121/covid19-dataset/tasks
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    May 18, 2020
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Shailesh Dwivedi
    Description

    Context

    As the world is fighting against this invisible enemy a lot of data-driven students like me want to study it as well as we can. There is an enormous number of data set available on covid19 today but as a beginner, in this field, I wanted to find some more simple data. So here I come up with this covid19 data set which I scrapped from "https://www.worldometers.info/coronavirus". It is my way of learning by doing. This data is till 5/17/2020. I will keep on updating it.

    Content

    The dataset contains 194 rows and 12 columns which are described below:-

    Country: Contains the name of all Countries. Total_Cases: It contains the total number of cases the country has till 5/17/2020. Total_Deaths: Total number of deaths in that country till 5/17/2020. Total_Recovered: Total number of individuals recovered from covid19. Active_Cases: Total active cases in the country on 5/17/2020. Critical_Cases: Number of patients in critical condition. Cases/Million_Population: Number of cases per million population of that country. Deaths/Million_Population: Number of deaths per million population of that country. Total_Tests: Total number of tests performed 5/17/2020 Tests/Million_Population: Number of tests performed per million population. Population: Population of the country Continent: Continent in which the country lies.

    Acknowledgements

    "https://www.worldometers.info/coronavirus/"

  13. A

    ‘Covid-19 Weekly Trends In Europe - Latest Data’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Jan 29, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2022). ‘Covid-19 Weekly Trends In Europe - Latest Data’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-covid-19-weekly-trends-in-europe-latest-data-67d6/latest
    Explore at:
    Dataset updated
    Jan 29, 2022
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

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

    Area covered
    Europe
    Description

    Analysis of ‘Covid-19 Weekly Trends In Europe - Latest Data’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/anandhuh/covid19-weekly-trends-in-europe-latest-data on 28 January 2022.

    --- Dataset description provided by original source is as follows ---

    Content

    This dataset contains data of weekly trend of Covid-19 in Europe (January 01 - January 07, 2022)

    Attribute Information

    1. Country/Other
    2. Cases in the last 7 days
    3. Cases in the preceding 7 days
    4. Weekly Case % Change
    5. Cases in the last 7 days/1M pop
    6. Deaths in the last 7 days
    7. Deaths in the preceding 7 days
    8. Weekly Death % Change
    9. Deaths in the last 7 days/1M pop
    10. Population

    Source

    Link : https://www.worldometers.info/coronavirus/weekly-trends/#weekly_table

    Other Updated Covid Datasets

    Link : https://www.kaggle.com/anandhuh/datasets

    Please appreciate the effort with an upvote 👍

    Thank You

    --- Original source retains full ownership of the source dataset ---

  14. A

    SADC RVAA estimated population

    • data.amerigeoss.org
    • cloud.csiss.gmu.edu
    • +1more
    xlsx
    Updated Oct 12, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    UN Humanitarian Data Exchange (2021). SADC RVAA estimated population [Dataset]. https://data.amerigeoss.org/uk/dataset/sadc-rvaa-estimated-population-2018
    Explore at:
    xlsx(10475)Available download formats
    Dataset updated
    Oct 12, 2021
    Dataset provided by
    UN Humanitarian Data Exchange
    License

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

    Description

    Estimated population data based on the latest United Nations Population Division estimates and http://www.worldometers.info/world-population/population-by-country/

  15. A

    ‘Covid in African Countries - Latest Data’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Jan 28, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2022). ‘Covid in African Countries - Latest Data’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-covid-in-african-countries-latest-data-78c0/7becfacb/
    Explore at:
    Dataset updated
    Jan 28, 2022
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

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

    Area covered
    Africa
    Description

    Analysis of ‘Covid in African Countries - Latest Data’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/anandhuh/covid-in-african-countries-latest-data on 28 January 2022.

    --- Dataset description provided by original source is as follows ---

    Content

    This dataset contains Covid-19 data of African countries as on January 26, 2022

    Attribute Information

    • Country - Name of African countries
    • Total Cases - Total number of Covid-19 cases
    • Total Deaths - Total number of Deaths
    • Total Recovered - Total number of recovered cases
    • Active Cases - Total number of Active cases
    • Total Cases/1 mil population- Total Cases per 1 million of the population
    • Deaths/1 mil population - Total Deaths per 1 million of the population
    • Total Tests - Total number of Covid tests done
    • Tests/1 mil population - Covid tests done per 1 million of the population
    • Population - Population of the country

    Source

    Link : https://www.worldometers.info/coronavirus/#countries

    Other Updated Covid19 Datasets

    Link : https://www.kaggle.com/anandhuh/datasets

    If you find it useful, please support by upvoting 👍

    Thank You

    --- Original source retains full ownership of the source dataset ---

  16. Evolution of COVID-19 by country

    • zenodo.org
    csv
    Updated Jun 9, 2020
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Adrián Arnaiz-Rodríguez; Adrián Arnaiz-Rodríguez; Patricia García Suarez; Patricia García Suarez (2020). Evolution of COVID-19 by country [Dataset]. http://doi.org/10.5281/zenodo.3784400
    Explore at:
    csvAvailable download formats
    Dataset updated
    Jun 9, 2020
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Adrián Arnaiz-Rodríguez; Adrián Arnaiz-Rodríguez; Patricia García Suarez; Patricia García Suarez
    License

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

    Description

    This dataset is a three dimensional dataset in wich we analyze the evolution of some data related with COVID-19 along the time.

    We analyse how a type of data behave along the time in the different countries.

    In each csv, we have kind of varibale (Cases, recovered, deaths) by country and date (from 03/30 to 05/04). Howevwe, the data its up to date in https://github.com/AdrianArnaiz/scrap_uoc (updated automatically every day).

    So we have 5 time series by country: one for each kind of data.

    The csv contais the information related with a kind of data, and are described by the other two dimensions: country and date.

    We obtained this dataset scrapping Worldometers.

  17. Data set: 50 Muslim-majority countries and 50 richest non-Muslim countries...

    • figshare.com
    txt
    Updated Jun 1, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ponn P Mahayosnand; Gloria Gheno (2023). Data set: 50 Muslim-majority countries and 50 richest non-Muslim countries based on GDP: Total number of COVID-19 cases and deaths on September 18, 2020 [Dataset]. http://doi.org/10.6084/m9.figshare.14034938.v2
    Explore at:
    txtAvailable download formats
    Dataset updated
    Jun 1, 2023
    Dataset provided by
    Figsharehttp://figshare.com/
    Authors
    Ponn P Mahayosnand; Gloria Gheno
    License

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

    Description

    Associated with manuscript titled: Fifty Muslim-majority countries have fewer COVID-19 cases and deaths than the 50 richest non-Muslim countriesThe objective of this research was to determine the difference in the total number of COVID-19 cases and deaths between Muslim-majority and non-Muslim countries, and investigate reasons for the disparities. Methods: The 50 Muslim-majority countries had more than 50.0% Muslims with an average of 87.5%. The non-Muslim country sample consisted of 50 countries with the highest GDP while omitting any Muslim-majority countries listed. The non-Muslim countries’ average percentage of Muslims was 4.7%. Data pulled on September 18, 2020 included the percentage of Muslim population per country by World Population Review15 and GDP per country, population count, and total number of COVID-19 cases and deaths by Worldometers.16 The data set was transferred via an Excel spreadsheet on September 23, 2020 and analyzed. To measure COVID-19’s incidence in the countries, three different Average Treatment Methods (ATE) were used to validate the results. Results published as a preprint at https://doi.org/10.31235/osf.io/84zq5(15) Muslim Majority Countries 2020 [Internet]. Walnut (CA): World Population Review. 2020- [Cited 2020 Sept 28]. Available from: http://worldpopulationreview.com/country-rankings/muslim-majority-countries (16) Worldometers.info. Worldometer. Dover (DE): Worldometer; 2020 [cited 2020 Sept 28]. Available from: http://worldometers.info

  18. Latest Coronavirus COVID-19 figures for N. Korea

    • covid19-today.pages.dev
    json
    Updated Jun 4, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Worldometers (2025). Latest Coronavirus COVID-19 figures for N. Korea [Dataset]. https://covid19-today.pages.dev/countries/n-korea/
    Explore at:
    jsonAvailable download formats
    Dataset updated
    Jun 4, 2024
    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
    North Korea
    Description

    In past 24 hours, N. Korea, Asia had N/A new cases, N/A deaths and N/A recoveries.

  19. Covid-19 cases per country snapshot

    • zenodo.org
    csv
    Updated Apr 14, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Alejandro De La Concha; Alejandro De La Concha (2020). Covid-19 cases per country snapshot [Dataset]. http://doi.org/10.5281/zenodo.3749823
    Explore at:
    csvAvailable download formats
    Dataset updated
    Apr 14, 2020
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Alejandro De La Concha; Alejandro De La Concha
    License

    Open Data Commons Attribution License (ODC-By) v1.0https://www.opendatacommons.org/licenses/by/1.0/
    License information was derived automatically

    Description

    Covid-19 cases per country snapshot

    13-Apr-2020 at 14:19 CET

    Data source: https://www.worldometers.info/coronavirus/

    Obtained by web-scraping

    Contains header on 1st row.

    Columns:

    • Index: Number, not used
    • Country: PK, text, unique identifier for Country
    • Total Cases: Int, total cases per country.
    • New Cases (Nuevos casos): Int, difference between cases from one day to the other.
    • Total Deaths: Int, total deaths per country.
    • New Deaths: Int, difference between deaths from one day to the other.
    • Total Recovered: Int, total recovered cases per country.
    • Active Cases: Int, total active cases per country.
    • Serious, Critical: Int, total seriuos or critical cases per country.
    • Tot Cases/1M pop: Float, number of deaths per 1M population
    • Tot Deaths/1M pop: Float, number of deaths per 1M population
  20. Latest Coronavirus COVID-19 figures for Réunion

    • covid19-today.pages.dev
    json
    Updated Jun 22, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Worldometers (2025). Latest Coronavirus COVID-19 figures for Réunion [Dataset]. https://covid19-today.pages.dev/countries/reunion/
    Explore at:
    jsonAvailable download formats
    Dataset updated
    Jun 22, 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

    Description

    In past 24 hours, Réunion, Africa had N/A new cases, N/A deaths and N/A recoveries.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
David Beniaguev (2020). COVID-19 worldometer daily snapshots [Dataset]. https://www.kaggle.com/selfishgene/covid19-worldometer-snapshots-since-april-18/activity
Organization logo

COVID-19 worldometer daily snapshots

snapshots with per country info about tests, cases, deaths, serious cases, etc.

Explore at:
CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
Dataset updated
Oct 13, 2020
Dataset provided by
Kaggle
Authors
David Beniaguev
License

Attribution-NonCommercial-NoDerivs 4.0 (CC BY-NC-ND 4.0)https://creativecommons.org/licenses/by-nc-nd/4.0/
License information was derived automatically

Description

Manually collected daily snapshots of worldometer COVID-19 data (since April 18)

https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F128750%2F66baee67b3e35bf9656ff816e692527e%2Fsnapshot_worldometer_july4.png?generation=1593988535797227&alt=media" alt="">

Content

The dataset contains data about the numbers of tests, cases, deaths, serious/critical cases, active cases and recovered cases in each country for every day since April 18, and also contains the population of each country to calculate per-capita penetration of the virus

I've removed data from the "Diamond Princess" and "MS Zaandam" since they are not countries

Additionally, an auxiliray table with information about the fraction of the general population at different age groups for every country is added (taken from Wikipedia). This is specifically relevant since COVID-19 death rate is very much age dependent.

Acknowledgements

The people at "www.worldometers.info" collecting and maintaining this site really are doing very important work "https://www.worldometers.info/coronavirus/#countries">https://www.worldometers.info/coronavirus/#countries

Data about age structure for every country comes from wikipedia

Inspiration

It's possible to use this dataset for various purposes and analyses My goal will be to use the additional data about the number of tests performed in each country to estimate the true death and infection rates of COVID-19

Search
Clear search
Close search
Google apps
Main menu