explorers: covid-multi
This data as json
slug | isPublished | config | createdAt | updatedAt |
---|---|---|---|---|
covid-multi | 0 | { "blocks": [ { "args": [], "type": "graphers", "block": [ { "type": "LineChart", "title": "Daily new confirmed COVID-19 cases and deaths per 1M people", "ySlugs": "new_cases_smoothed_per_million_gt_0 new_deaths_smoothed_per_million_gt_0", "subtitle": "Shown as rolling 7-day average. Limited testing and challenges in the attribution of cause of death means the count of the number of cases and deaths from COVID-19 may be inaccurate.", "hasMapTab": "false", "tableSlug": "all-reduced", "facetYDomain": "independent", "View Dropdown": "Confirmed cases and deaths", "selectedFacetStrategy": "metric", "hideAnnotationFieldsInTitle": "true" }, { "type": "LineChart", "title": "Confirmed COVID-19 cases, deaths, hospital admissions, and patients in ICU per million people", "ySlugs": "new_cases_smoothed_per_million_gt_0 new_deaths_smoothed_per_million_gt_0 weekly_hosp_admissions_per_million icu_patients_per_million", "subtitle": "Shown as rolling 7-day average. Limited testing and challenges in the attribution of the cause of death means that the numbers shown here may not be an accurate count of the true number of cases and deaths from COVID-19.", "hasMapTab": "false", "tableSlug": "all-reduced", "facetYDomain": "independent", "View Dropdown": "Cases, hospital admissions, ICU patients, and deaths", "selectedFacetStrategy": "metric", "hideAnnotationFieldsInTitle": "true" }, { "type": "LineChart", "title": "COVID-19 vaccine doses and confirmed deaths", "ySlugs": "total_vaccinations_per_hundred new_deaths_smoothed_per_million_gt_0", "subtitle": "Daily doses administered (rolling 7-day average), divided by country population. Limited testing and challenges in the attribution of cause of death means the death count may be inaccurate.", "hasMapTab": "false", "tableSlug": "all-reduced", "facetYDomain": "independent", "View Dropdown": "Vaccine doses and confirmed deaths", "selectedFacetStrategy": "metric", "hideAnnotationFieldsInTitle": "true" }, { "type": "LineChart", "title": "COVID-19 vaccine doses, ICU patients, and confirmed deaths", "ySlugs": "total_vaccinations_per_hundred new_cases_smoothed_per_million_gt_0 icu_patients_per_million new_deaths_smoothed_per_million_gt_0", "subtitle": "Daily doses administered (rolling 7-day average), divided by country population. Limited testing and challenges in the attribution of cause of death means the death count may be inaccurate.", "hasMapTab": "false", "tableSlug": "all-reduced", "facetYDomain": "independent", "View Dropdown": "Vaccine doses, ICU patients, and deaths", "selectedFacetStrategy": "metric", "hideAnnotationFieldsInTitle": "true" }, { "type": "LineChart", "title": "COVID-19 vaccine doses, people with at least one dose, people fully vaccinated, and booster doses per 100 people", "ySlugs": "total_vaccinations_per_hundred people_vaccinated_per_hundred people_fully_vaccinated_per_hundred total_boosters_per_hundred", "subtitle": "Shown as a 7-day rolling average, divided by the population of the country. All doses, including boosters, are counted individually. Booster doses are doses administered beyond those prescribed by the original vaccination protocol.", "hasMapTab": "false", "tableSlug": "all-reduced", "facetYDomain": "independent", "View Dropdown": "Vaccine doses, people vaccinated, and booster doses", "selectedFacetStrategy": "metric", "hideAnnotationFieldsInTitle": "true" }, { "type": "LineChart", "title": "COVID-19 cases, tests, positive rate, and reproduction rate", "ySlugs": "new_cases_smoothed_per_million_gt_0 new_tests_smoothed_per_thousand positive_rate_percent reproduction_rate", "subtitle": "Shown as rolling 7-day average. Limited testing and challenges in the attribution of cause of death means the count of the number of cases from COVID-19 may be inaccurate.", "hasMapTab": "false", "tableSlug": "all-reduced", "facetYDomain": "independent", "View Dropdown": "Cases, tests, positive rate, and reproduction rate", "selectedFacetStrategy": "metric", "hideAnnotationFieldsInTitle": "true" }, { "type": "LineChart", "title": "Excess mortality", "ySlugs": "new_cases_smoothed_per_million_gt_0 excess_mortality", "subtitle": "Percentage difference between reported weekly or monthly deaths in 2020\u20132021 and the projected number of deaths for the same period based on previous years. Incomplete coverage and delays in death reporting means that the true count might be higher.", "hasMapTab": "false", "tableSlug": "all-reduced", "facetYDomain": "independent", "View Dropdown": "Excess mortality", "selectedFacetStrategy": "metric", "hideAnnotationFieldsInTitle": "true" } ] }, { "args": [ "https://covid.ourworldindata.org/data/internal/megafile--all-reduced.json", "all-reduced" ], "type": "table", "block": null }, { "args": [ "all-reduced" ], "type": "columns", "block": [ { "name": "Country name", "slug": "location", "type": "EntityName" }, { "name": "Day", "slug": "date", "type": "Date" }, { "name": "Daily new confirmed COVID-19 cases (per 1M)", "slug": "new_cases_smoothed_per_million", "type": "Ratio", "tolerance": "2", "sourceLink": "https://github.com/CSSEGISandData/COVID-19", "sourceName": "Johns Hopkins University CSSE COVID-19 Data", "additionalInfo": "<p>Raw data on confirmed cases and deaths for all countries is sourced from the <a href=\"https://github.com/CSSEGISandData/COVID-19\">COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University</a>. </p><p>Our complete COVID-19 dataset is a collection of the COVID-19 data maintained by <em>Our World in Data</em>. <strong>It is updated daily</strong> and includes data on confirmed cases, deaths, hospitalizations, and testing.</p><p>We have created a new description of all our data sources. You find it at our GitHub repository <strong><a href=\"https://github.com/owid/covid-19-data/tree/master/public/data/\">here</a></strong>. There you can download all of our data.</p>", "dataPublishedBy": "COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University", "colorScaleScheme": "OrRd", "colorScaleNumericBins": "0.5,,;2.5,,;5,,;10,,;50,,;100,,;250,,;500,,;1000,#580202,;4000,#011615,", "colorScaleEqualSizeBins": "true", "colorScaleNumericMinValue": "0" }, { "name": "New cases (per 1M)", "slug": "new_cases_smoothed_per_million_gt_0", "type": "Ratio", "tolerance": "2", "transform": "new_cases_smoothed_per_million where new_cases_smoothed_per_million isGreaterThanOrEqual 0", "sourceLink": "https://github.com/CSSEGISandData/COVID-19", "sourceName": "Johns Hopkins University CSSE COVID-19 Data", "additionalInfo": "<p>Raw data on confirmed cases and deaths for all countries is sourced from the <a href=\"https://github.com/CSSEGISandData/COVID-19\">COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University</a>. </p><p>Our complete COVID-19 dataset is a collection of the COVID-19 data maintained by <em>Our World in Data</em>. <strong>It is updated daily</strong> and includes data on confirmed cases, deaths, hospitalizations, and testing.</p><p>We have created a new description of all our data sources. You find it at our GitHub repository <strong><a href=\"https://github.com/owid/covid-19-data/tree/master/public/data/\">here</a></strong>. There you can download all of our data.</p>", "dataPublishedBy": "COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University", "colorScaleScheme": "OrRd", "colorScaleNumericBins": "0.5,,;2.5,,;5,,;10,,;50,,;100,,;250,,;500,,;1000,#580202,;4000,#011615,", "colorScaleEqualSizeBins": "true", "colorScaleNumericMinValue": "0" }, { "name": "New deaths (per 1M)", "slug": "new_deaths_smoothed_per_million", "type": "Ratio", "tolerance": "2", "sourceLink": "https://github.com/CSSEGISandData/COVID-19", "sourceName": "Johns Hopkins University CSSE COVID-19 Data", "additionalInfo": "<p>Raw data on confirmed cases and deaths for all countries is sourced from the <a href=\"https://github.com/CSSEGISandData/COVID-19\">COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University</a>. </p><p>Our complete COVID-19 dataset is a collection of the COVID-19 data maintained by <em>Our World in Data</em>. <strong>It is updated daily</strong> and includes data on confirmed cases, deaths, hospitalizations, and testing.</p><p>We have created a new description of all our data sources. You find it at our GitHub repository <strong><a href=\"https://github.com/owid/covid-19-data/tree/master/public/data/\">here</a></strong>. There you can download all of our data.</p>", "dataPublishedBy": "COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University", "colorScaleScheme": "OrRd", "colorScaleNumericBins": "0.1;0.2;0.5;1;2;5;10;20;50", "colorScaleEqualSizeBins": "true", "colorScaleNumericMinValue": "0" }, { "name": "New deaths (per 1M)", "slug": "new_deaths_smoothed_per_million_gt_0", "type": "Ratio", "tolerance": "2", "transform": "new_deaths_smoothed_per_million where new_deaths_smoothed_per_million isGreaterThanOrEqual 0", "sourceLink": "https://github.com/CSSEGISandData/COVID-19", "sourceName": "Johns Hopkins University CSSE COVID-19 Data", "additionalInfo": "<p>Raw data on confirmed cases and deaths for all countries is sourced from the <a href=\"https://github.com/CSSEGISandData/COVID-19\">COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University</a>. </p><p>Our complete COVID-19 dataset is a collection of the COVID-19 data maintained by <em>Our World in Data</em>. <strong>It is updated daily</strong> and includes data on confirmed cases, deaths, hospitalizations, and testing.</p><p>We have created a new description of all our data sources. You find it at our GitHub repository <strong><a href=\"https://github.com/owid/covid-19-data/tree/master/public/data/\">here</a></strong>. There you can download all of our data.</p>", "dataPublishedBy": "COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University", "colorScaleScheme": "OrRd", "colorScaleNumericBins": "0.1;0.2;0.5;1;2;5;10;20;50", "colorScaleEqualSizeBins": "true", "colorScaleNumericMinValue": "0" }, { "name": "Vaccine doses (per 100)", "slug": "total_vaccinations_per_hundred", "type": "DecimalPercentage", "tolerance": "30", "sourceLink": "https://github.com/owid/covid-19-data/tree/master/public/data/vaccinations", "sourceName": "Official data collated by Our World in Data", "additionalInfo": "<p>Data on COVID-19 vaccinations. We only rely on figures that are verifiable based on public official sources.</p><p>You can download the full dataset here: https://github.com/owid/covid-19-data/tree/master/public/data/vaccinations</p>", "dataPublishedBy": "For source details see https://github.com/owid/covid-19-data/tree/master/public/data/vaccinations/locations.csv", "colorScaleScheme": "PuBuGn", "annotationsColumnSlug": "annotations", "colorScaleNumericBins": "10;20;30;40;50;60;70;80", "colorScaleEqualSizeBins": "true" }, { "name": "People with at least one dose (per 100)", "slug": "people_vaccinated_per_hundred", "type": "DecimalPercentage", "tolerance": "30", "sourceLink": "https://github.com/owid/covid-19-data/tree/master/public/data/vaccinations", "sourceName": "Official data collated by Our World in Data.", "additionalInfo": "<p>Data on COVID-19 vaccinations. We only rely on figures that are verifiable based on public official sources.</p><p>You can download the full dataset here: https://github.com/owid/covid-19-data/tree/master/public/data/vaccinations</p>", "dataPublishedBy": "For source details see https://github.com/owid/covid-19-data/tree/master/public/data/vaccinations/locations.csv", "colorScaleScheme": "YlGn", "annotationsColumnSlug": "annotations", "colorScaleNumericBins": "10;20;30;40;50;60;70;80;90;100", "colorScaleEqualSizeBins": "true" }, { "name": "People fully vaccinated (per 100)", "slug": "people_fully_vaccinated_per_hundred", "type": "DecimalPercentage", "color": "#034F34", "tolerance": "30", "sourceLink": "https://github.com/owid/covid-19-data/tree/master/public/data/vaccinations", "sourceName": "Official data collated by Our World in Data. Alternative definitions of a full vaccination, e.g. having been infected with SARS-CoV-2 and having 1 dose of a 2-dose protocol, are ignored to maximize comparability between countries.", "additionalInfo": "<p>Data on COVID-19 vaccinations. We only rely on figures that are verifiable based on public official sources.</p><p>You can download the full dataset here: https://github.com/owid/covid-19-data/tree/master/public/data/vaccinations</p>", "dataPublishedBy": "For source details see https://github.com/owid/covid-19-data/tree/master/public/data/vaccinations/locations.csv", "colorScaleScheme": "YlGn", "annotationsColumnSlug": "annotations", "colorScaleNumericBins": "10;20;30;40;50;60;70;80;90", "colorScaleEqualSizeBins": "true" }, { "name": "Booster doses (per 100)", "slug": "total_boosters_per_hundred", "type": "Ratio", "tolerance": "30", "sourceLink": "https://github.com/owid/covid-19-data/tree/master/public/data/vaccinations", "sourceName": "Official data collated by Our World in Data.", "additionalInfo": "<p>Data on COVID-19 vaccinations. We only rely on figures that are verifiable based on public official sources.</p><p>You can download the full dataset here: https://github.com/owid/covid-19-data/tree/master/public/data/vaccinations</p>", "dataPublishedBy": "For source details see https://github.com/owid/covid-19-data/tree/master/public/data/vaccinations/locations.csv", "colorScaleScheme": "PuRd", "colorScaleNumericBins": "5;10;15;20;25;30;35;40;45", "colorScaleEqualSizeBins": "true" }, { "name": "Hospital admissions, weekly (per 1M)", "slug": "weekly_hosp_admissions_per_million", "type": "Ratio", "tolerance": "15", "sourceLink": "https://github.com/owid/covid-19-data/tree/master/public/data", "sourceName": "Official data collated by Our World in Data", "additionalInfo": "<p>Data on hospitalizations and intensive care (ICU) admissions due to Coronavirus (COVID-19). The data here is sourced from the <a href=\"https://www.ecdc.europa.eu/en/covid-19/data\">European Center for Disease Prevention and Control</a> (ECDC), who provide these statistics only for a select number of European countries, the <a href=\"https://coronavirus.data.gov.uk/details/healthcare\">government of the United Kingdom</a>, the <a href=\"https://healthdata.gov/dataset/covid-19-reported-patient-impact-and-hospital-capacity-state-timeseries\">Department of Health & Human Services</a> for the United States, the <a href=\"https://covid19tracker.ca/\">COVID-19 Tracker</a> for Canada, and the <a href=\"https://datadashboard.health.gov.il/COVID-19/general\">Ministry of Health</a> for Israel.</p><p>Unfortunately, we are unable to provide data on hospitalizations for other countries. There is currently no global, aggregated database on COVID-19 hospitalization, and our team at Our World in Data does not have the capacity to build such a dataset. All data on hospitalizations in this page will be updated on a weekly basis.</p>", "dataPublishedBy": "For source details see https://ourworldindata.org/covid-hospitalizations", "colorScaleScheme": "YlOrRd", "colorScaleNumericBins": "50;100;150;200;250;300;350;400;450;500;550;600;650;700", "colorScaleEqualSizeBins": "true" }, { "name": "Patients in ICU (per 1M)", "slug": "icu_patients_per_million", "type": "Ratio", "tolerance": "15", "sourceLink": "https://github.com/owid/covid-19-data/tree/master/public/data", "sourceName": "Official data collated by Our World in Data", "additionalInfo": "<p>Data on hospitalizations and intensive care (ICU) admissions due to Coronavirus (COVID-19). The data here is sourced from the <a href=\"https://www.ecdc.europa.eu/en/covid-19/data\">European Center for Disease Prevention and Control</a> (ECDC), who provide these statistics only for a select number of European countries, the <a href=\"https://coronavirus.data.gov.uk/details/healthcare\">government of the United Kingdom</a>, the <a href=\"https://healthdata.gov/dataset/covid-19-reported-patient-impact-and-hospital-capacity-state-timeseries\">Department of Health & Human Services</a> for the United States, the <a href=\"https://covid19tracker.ca/\">COVID-19 Tracker</a> for Canada, and the <a href=\"https://datadashboard.health.gov.il/COVID-19/general\">Ministry of Health</a> for Israel.</p><p>Unfortunately, we are unable to provide data on hospitalizations for other countries. There is currently no global, aggregated database on COVID-19 hospitalization, and our team at Our World in Data does not have the capacity to build such a dataset. All data on hospitalizations in this page will be updated on a weekly basis.</p>", "dataPublishedBy": "For source details see https://ourworldindata.org/covid-hospitalizations", "colorScaleScheme": "YlOrRd", "colorScaleNumericBins": "10;20;30;40;50;60;70;80;90;100;110;120;130", "colorScaleEqualSizeBins": "true" }, { "name": "Positive test rate", "slug": "positive_rate", "type": "DecimalPercentage", "tolerance": "5" }, { "name": "Positive test rate", "slug": "positive_rate_percent", "type": "DecimalPercentage", "tolerance": "10", "transform": "multiplyBy positive_rate 100", "sourceLink": "https://ourworldindata.org/coronavirus-testing#testing-for-covid-19-background-the-our-world-in-data-covid-19-testing-dataset", "sourceName": "Official data collated by Our World in Data", "additionalInfo": "<p>Data on COVID-19 testing. Comparisons between countries are compromised for several reasons.</p><p>You can download the full dataset, alongside detailed source descriptions here: https://github.com/owid/covid-19-data/tree/master/public/data/</p>", "dataPublishedBy": "For source details see ourworldindata.org/coronavirus-testing#source-information-country-by-country", "colorScaleInvert": "true", "colorScaleScheme": "RdBu", "dataPublisherSource": "For source details see ourworldindata.org/coronavirus-testing#source-information-country-by-country", "colorScaleNoDataLabel": "No testing data", "colorScaleNumericBins": "1;2;3;5;10;20;30;50", "colorScaleEqualSizeBins": "true", "colorScaleNumericMinValue": "0", "colorScaleLegendDescription": "Positive rate" }, { "name": "New tests (per 1,000)", "slug": "new_tests_smoothed_per_thousand", "type": "Numeric", "tolerance": "10", "sourceLink": "https://ourworldindata.org/coronavirus-testing#testing-for-covid-19-background-the-our-world-in-data-covid-19-testing-dataset", "sourceName": "Official data collated by Our World in Data", "additionalInfo": "<p>Data on COVID-19 testing. Comparisons between countries are compromised for several reasons.</p><p>You can download the full dataset, alongside detailed source descriptions here: https://github.com/owid/covid-19-data/tree/master/public/data/</p>", "dataPublishedBy": "For source details see ourworldindata.org/coronavirus-testing#source-information-country-by-country", "colorScaleScheme": "YlGn", "dataPublisherSource": "For source details see ourworldindata.org/coronavirus-testing#source-information-country-by-country", "annotationsColumnSlug": "tests_units", "colorScaleNumericBins": "0.5,,;1,,;1.5,,;2,,;2.5,,;3,,;5,,;10,,;20,,", "colorScaleEqualSizeBins": "true", "colorScaleNumericMinValue": "0" }, { "name": "Reproduction rate", "slug": "reproduction_rate", "type": "Numeric", "tolerance": "10", "sourceLink": "https://github.com/crondonm/TrackingR/tree/main/Estimates-Database", "sourceName": "Arroyo-Marioli F, Bullano F, Kucinskas S, Rond\u00f3n-Moreno C (2021) Tracking R of COVID-19: A new real-time estimation using the Kalman filter.", "dataPublishedBy": "Arroyo-Marioli F, Bullano F, Kucinskas S, Rond\u00f3n-Moreno C (2021) Tracking R of COVID-19: A new real-time estimation using the Kalman filter. PLoS ONE 16(1): e0244474. https://doi.org/10.1371/journal.pone.0244474", "colorScaleNumericBins": "0.5,#4575b4,;0.75,#91bfdb,;1,#e0f3f8,;1.25,#fee090,;1.5,#fc8d59,;2,#d73027,", "colorScaleEqualSizeBins": "true" }, { "name": "Excess deaths (%)", "slug": "excess_mortality", "type": "Percentage", "tolerance": "30", "sourceLink": "https://github.com/owid/covid-19-data/tree/master/public/data", "sourceName": "Human Mortality Database (2021) and World Mortality Dataset (2021)", "additionalInfo": "<p>All-cause mortality data is from the Human Mortality Database (HMD) Short-term Mortality Fluctuations project and the World Mortality Dataset (WMD). Both sources are updated weekly.</p><p>We do not use the data from some countries in WMD because they fail to meet the following data quality criteria: 1) at least three years of historical data; and 2) data published either weekly or monthly. The full list of excluded countries and reasons for exclusion can be found in this spreadsheet: https://docs.google.com/spreadsheets/d/1JPMtzsx-smO3_K4ReK_HMeuVLEzVZ71qHghSuAfG788/edit?usp=sharing.</p><p>For a full list of source information (i.e., HMD or WMD) country by country, see: https://ourworldindata.org/excess-mortality-covid#source-information-country-by-country.</p><p>We calculate P-scores using the reported deaths data from HMD and WMD and the projected deaths for 2020 from WMD (which we use for all countries and regions, including for deaths broken down by age group). The P-score is the percentage difference between the reported number of weekly or monthly deaths in 2020\u20132021 and the projected number of deaths for the same period based on previous years.</p><p>We calculate the number of weekly deaths for the United Kingdom by summing the weekly deaths from England & Wales, Scotland, and Northern Ireland.</p><p>For important issues and caveats to understand when interpreting excess mortality data, see our excess mortality page at https://ourworldindata.org/excess-mortality-covid.</p><p>For a more detailed description of the HMD data, including week date definitions, the coverage (of individuals, locations, and time), whether dates are for death occurrence or registration, the original national source information, and important caveats, see the HMD metadata file at https://www.mortality.org/Public/STMF_DOC/STMFmetadata.pdf.</p><p>For a more detailed description of the WMD data, including original source information, see their GitHub page at https://github.com/akarlinsky/world_mortality.</p>", "dataPublishedBy": "https://www.mortality.org/, https://github.com/akarlinsky/world_mortality", "colorScaleInvert": "true", "colorScaleScheme": "RdYlBu", "colorScaleNumericBins": "-25,#74add1,;-10,#abd9e9,;0,#e0f3f8,;10,#ffffbf,;25,#fee090,;50,#fdae61,;100,#f46d43,;200,#d73027,", "colorScaleEqualSizeBins": "true", "colorScaleNumericMinValue": "-50" } ] } ], "_version": 1, "subNavId": "coronavirus", "yAxisMin": "0", "hasMapTab": "true", "selection": [ "Germany", "Sweden" ], "thumbnail": "https://ourworldindata.org/coronavirus-data-explorer.png", "wpBlockId": "43869", "explorerTitle": "COVID-19 Data Explorer", "hideAlertBanner": "true", "subNavCurrentId": "data-explorer", "downloadDataLink": "https://covid.ourworldindata.org/data/owid-covid-data.csv", "explorerSubtitle": "Download the complete _Our World in Data_ [COVID-19 dataset.](https://github.com/owid/covid-19-data/tree/master/public/data)", "pickerColumnSlugs": [] } |
2023-06-01 19:11:25 | 2023-09-26 09:15:52 |