{ "data_id": "46246", "name": "Covid19-global", "exact_name": "Covid19-global", "version": 1, "version_label": null, "description": "Daily values of confirmed cases, deaths and recovers for COVID-19 in several countries.\n\nFrom original source:\n-----\nMThis folder contains daily time series summary tables, including confirmed, deaths and recovered. All data is read in from the daily case report. The time series tables are subject to be updated if inaccuracies are identified in our historical data.\n\nTwo time series tables are for the US confirmed cases and deaths, reported at the county level. They are named time_series_covid19_confirmed_US.csv, time_series_covid19_deaths_US.csv, respectively.\n\nThree time series tables are for the global confirmed cases, recovered cases and deaths. Australia, Canada and China are reported at the province\/state level. Dependencies of the Netherlands, the UK, France and Denmark are listed under the province\/state level. The US and other countries are at the country level. The tables are renamed time_series_covid19_confirmed_global.csv and time_series_covid19_deaths_global.csv, and time_series_covid19_recovered_global.csv, respectively.\n-----\n\nWe have joined the confirmed, deaths and recovered datasets to create multivariate series. Note that we have chosen to use these columns as values to forecast,\nbut we could have transformed the dataset in multiple columns (as many as Province\/State - Country) as the series are aligned.\n\nThere are 10 columns:\n\nid_series: The id of the time series.\n\ndate: The date of the time series in the format \"%Y-%m-%d\".\n\ntime_step: The time step on the time series.\n\nvalue_X (X from 0 to 2): The values of the time series, which will be used for the forecasting task.\n\ncovariate_X (X from 0 to 3): Covariate values of the time series, tied to the 'id_series'. Not interested in forecasting, but can help with the forecasting task.\n\nPreprocessing:\n\n1 - For the 'confirmed' and 'deaths' datasets, we have grouped the values for the 'Country\/Region' 'Canada' for all the 'Province\/State'.\n\nThe 'recovered' dataset does not have the several 'Province\/State' for 'Canada', only the country, so we grouped in order to merge all the datasets.\n\n2 - Filled NaN values for 'Province\/State' with the value 'Country'.\n\n3 - Filled NaN values for 'Lat' and 'Long' with 0.0.\n\n4 - Melted the datasets with identifiers 'Province\/State', 'Country\/Region', 'Lat', 'Long', obtaining columns 'date' and 'value_X', where X is 0 for confirmed cases, 1 for deaths and 2 for recoveries.\n\n5 - Standardize the date to the format %Y-%m-%d and ensured that the frequency is daily.\n\n6 - Merged all the datasets.\n\n7 - Created column 'id_series' from 'Province\/State', 'Country\/Region' with index from 0 to 273.\n\n8 - Renamed columns 'Province\/State', 'Country\/Region', 'Lat', 'Long' to 'covariate_0', 'covariate_1', 'covariate_2', 'covariate_3'.\n\n9 - Created column 'time_step' with increasing values of the time_step for the time series.\n\n10 - Casted 'value_X' columns to int, defined 'id_series', covariate_0' and 'covariate_1' as 'category' and casted 'covariate_2' and 'covariate_3' to float.", "format": "arff", "uploader": "Bruno Belucci Teixeira", "uploader_id": 30703, "visibility": "public", "creator": "\"Johns Hopkins University\"", "contributor": "\"Bruno Belucci\"", "date": "2024-06-25 00:52:54", "update_comment": null, "last_update": "2024-06-25 00:52:54", "licence": "Creative Commons Attribution 4.0 International", "status": "active", "error_message": null, "url": "https:\/\/api.openml.org\/data\/download\/22120710\/dataset", "default_target_attribute": null, "row_id_attribute": null, "ignore_attribute": null, "runs": 0, "suggest": { "input": [ "Covid19-global", "Daily values of confirmed cases, deaths and recovers for COVID-19 in several countries. From original source: ----- MThis folder contains daily time series summary tables, including confirmed, deaths and recovered. All data is read in from the daily case report. The time series tables are subject to be updated if inaccuracies are identified in our historical data. Two time series tables are for the US confirmed cases and deaths, reported at the county level. They are named time_series_covid19_co " ], "weight": 5 }, "qualities": { "NumberOfInstances": 313182, "NumberOfFeatures": 10, "NumberOfClasses": null, "NumberOfMissingValues": 0, "NumberOfInstancesWithMissingValues": 0, "NumberOfNumericFeatures": 6, "NumberOfSymbolicFeatures": 3, "PercentageOfBinaryFeatures": 0, "PercentageOfInstancesWithMissingValues": 0, "AutoCorrelation": null, "PercentageOfMissingValues": 0, "Dimensionality": 3.1930315279933075e-5, "PercentageOfNumericFeatures": 60, "MajorityClassPercentage": null, "PercentageOfSymbolicFeatures": 30, "MajorityClassSize": null, "MinorityClassPercentage": null, "MinorityClassSize": null, "NumberOfBinaryFeatures": 0 }, "tags": [], "features": [ { "name": "covariate_0", "index": "0", "type": "nominal", "distinct": "76", "missing": "0", "distr": [] }, { "name": "covariate_1", "index": "1", "type": "nominal", "distinct": "201", "missing": "0", "distr": [] }, { "name": "covariate_2", "index": "2", "type": "numeric", "distinct": "272", "missing": "0", "min": "-72", "max": "72", "mean": "18", "stdev": "25" }, { "name": "covariate_3", "index": "3", "type": "numeric", "distinct": "272", "missing": "0", "min": "-178", "max": "178", "mean": "27", "stdev": "76" }, { "name": "date", "index": "4", "type": "string", "distinct": "1143", "missing": "0" }, { "name": "value_0", "index": "5", "type": "numeric", "distinct": "116121", "missing": "0", "min": "0", "max": "103802702", "mean": "1011905", "stdev": "4994025" }, { "name": "value_1", "index": "6", "type": "numeric", "distinct": "38827", "missing": "0", "min": "0", "max": "1123836", "mean": "14113", "stdev": "65558" }, { "name": "value_2", "index": "7", "type": "numeric", "distinct": "44630", "missing": "0", "min": "-1", "max": "30974748", "mean": "75009", "stdev": "703914" }, { "name": "id_series", "index": "8", "type": "nominal", "distinct": "274", "missing": "0", "distr": [] }, { "name": "time_step", "index": "9", "type": "numeric", "distinct": "1143", "missing": "0", "min": "0", "max": "1142", "mean": "571", "stdev": "330" } ], "nr_of_issues": 0, "nr_of_downvotes": 0, "nr_of_likes": 0, "nr_of_downloads": 0, "total_downloads": 0, "reach": 0, "reuse": 0, "impact_of_reuse": 0, "reach_of_reuse": 0, "impact": 0 }