Latest Covid-19 Global Countrywise Data
Covid-19 Global Countrywise Data as on August 06, 2021
@kaggle.manthanx_latest_covid19_global_countrywise_data
Covid-19 Global Countrywise Data as on August 06, 2021
@kaggle.manthanx_latest_covid19_global_countrywise_data
This dataset contains the latest Covid-19 Global Countrywise data as of July 31, 2021. This dataset can be used to analyze covid conditions of worldwide. This dataset is great for Exploratory Data Analysis
Source : https://epidemic-stats.com/
CREATE TABLE coviddata (
"country" VARCHAR,
"infected" BIGINT,
"deaths" BIGINT,
"recovered" BIGINT,
"death_percent" DOUBLE,
"recovered_percent" DOUBLE
);Anyone who has the link will be able to view this.