Baselight

India's Vaccination (1 Billion Glory Doses)

dataset gives brief history of vaccination done by India

@kaggle.ramjasmaurya_indias_vaccination_100_billion_glory

Loading...
Loading...

About this Dataset

India's Vaccination (1 Billion Glory Doses)

Covid 19 emerged as a threat to India. But Endurance to fight against it helped.

Indians suffering and overcoming it . Inspired most to me to make this dataset.

How India overcome this Pandemic.
This dataset will show.

the dataset has 44 columns and approx. 2 years of data. till Dec 15, 2021

Tables

India Vaccination

@kaggle.ramjasmaurya_indias_vaccination_100_billion_glory.india_vaccination
  • 145.06 kB
  • 686 rows
  • 61 columns
Loading...
CREATE TABLE india_vaccination (
  "location" VARCHAR,
  "date" VARCHAR,
  "total_cases" BIGINT,
  "new_cases" BIGINT,
  "new_cases_smoothed" DOUBLE,
  "total_deaths" DOUBLE,
  "new_deaths" DOUBLE,
  "new_deaths_smoothed" DOUBLE,
  "total_cases_per_million" DOUBLE,
  "new_cases_per_million" DOUBLE,
  "new_cases_smoothed_per_million" DOUBLE,
  "total_deaths_per_million" DOUBLE,
  "new_deaths_per_million" DOUBLE,
  "new_deaths_smoothed_per_million" DOUBLE,
  "reproduction_rate" DOUBLE,
  "icu_patients" VARCHAR,
  "icu_patients_per_million" VARCHAR,
  "hosp_patients" VARCHAR,
  "hosp_patients_per_million" VARCHAR,
  "weekly_icu_admissions" VARCHAR,
  "weekly_icu_admissions_per_million" VARCHAR,
  "weekly_hosp_admissions" VARCHAR,
  "weekly_hosp_admissions_per_million" VARCHAR,
  "new_tests" DOUBLE,
  "total_tests" DOUBLE,
  "total_tests_per_thousand" DOUBLE,
  "new_tests_per_thousand" DOUBLE,
  "new_tests_smoothed" DOUBLE,
  "new_tests_smoothed_per_thousand" DOUBLE,
  "positive_rate" DOUBLE,
  "tests_per_case" DOUBLE,
  "tests_units" VARCHAR,
  "total_vaccinations" DOUBLE,
  "people_vaccinated" DOUBLE,
  "people_fully_vaccinated" DOUBLE,
  "total_boosters" VARCHAR,
  "new_vaccinations" DOUBLE,
  "new_vaccinations_smoothed" DOUBLE,
  "total_vaccinations_per_hundred" DOUBLE,
  "people_vaccinated_per_hundred" DOUBLE,
  "people_fully_vaccinated_per_hundred" DOUBLE,
  "total_boosters_per_hundred" VARCHAR,
  "new_vaccinations_smoothed_per_million" DOUBLE,
  "new_people_vaccinated_smoothed" DOUBLE,
  "new_people_vaccinated_smoothed_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
);

Share link

Anyone who has the link will be able to view this.