Largest Covid19 World Dataset
This dataset contains the latest Covid-19 WORLD state-wise data
@kaggle.hussainaliarif_largest_covid19_world_dataset
This dataset contains the latest Covid-19 WORLD state-wise data
@kaggle.hussainaliarif_largest_covid19_world_dataset
This dataset contains the latest Covid-19 WORLD state-wise data in detail from 2/24/2020 to 6/29/2021. This dataset can be used to analyze covid conditions in the World. This dataset is great for Exploratory Data Analysis. they are 99k rows to work with.
If you find this dataset useful, please consider upvoting ✊
CREATE TABLE covid_19_world_dataset (
"iso_code" VARCHAR,
"continent" VARCHAR,
"location" VARCHAR,
"date" TIMESTAMP,
"total_cases" DOUBLE,
"new_cases" DOUBLE,
"total_deaths" DOUBLE,
"new_deaths" DOUBLE,
"reproduction_rate" DOUBLE,
"icu_patients" DOUBLE,
"hosp_patients" DOUBLE,
"weekly_icu_admissions" DOUBLE,
"weekly_hosp_admissions" DOUBLE,
"new_tests" DOUBLE,
"total_tests" DOUBLE,
"total_tests_per_thousand" DOUBLE,
"new_tests_per_thousand" DOUBLE,
"positive_rate" DOUBLE,
"tests_per_case" DOUBLE,
"tests_units" VARCHAR,
"total_vaccinations" DOUBLE,
"people_vaccinated" DOUBLE,
"people_fully_vaccinated" DOUBLE,
"new_vaccinations" DOUBLE,
"total_vaccinations_per_hundred" DOUBLE,
"people_vaccinated_per_hundred" DOUBLE,
"people_fully_vaccinated_per_hundred" DOUBLE,
"stringency_index" DOUBLE,
"population" DOUBLE,
"population_density" DOUBLE,
"median_age" DOUBLE,
"aged_65_older" DOUBLE,
"aged_70_older" DOUBLE,
"gdp_per_capita" DOUBLE,
"extreme_poverty" DOUBLE,
"cardiovasc_death_rate" DOUBLE,
"diabetes_prevalence" DOUBLE,
"female_smokers" DOUBLE,
"male_smokers" DOUBLE,
"handwashing_facilities" DOUBLE,
"hospital_beds_per_thousand" DOUBLE,
"life_expectancy" DOUBLE,
"human_development_index" DOUBLE,
"excess_mortality" DOUBLE
);Anyone who has the link will be able to view this.