New Cases Of COVID-19 In World Countries
Data collected on Johns Hopkins University's COVID-19 map.
@kaggle.mathchi_new_cases_of_covid19_in_world_countries
Data collected on Johns Hopkins University's COVID-19 map.
@kaggle.mathchi_new_cases_of_covid19_in_world_countries
CREATE TABLE covid19_jhon_hopkins (
"country_or_region" VARCHAR,
"province_or_state" VARCHAR,
"state_and_country" VARCHAR,
"date" TIMESTAMP,
"daily_new_cases" BIGINT,
"running_total_cases" BIGINT,
"running_total_cases_prev_day" BIGINT,
"daily_new_deaths" BIGINT,
"running_total_deaths" BIGINT,
"running_total_deaths_prev_day" BIGINT,
"data_source" VARCHAR,
"lat" DOUBLE,
"long" DOUBLE,
"first_case_state_rank" DOUBLE,
"first_case_country_rank" DOUBLE,
"hundred_case_state_rank" DOUBLE,
"hundred_case_country_rank" DOUBLE,
"country_code_2" VARCHAR,
"country_code_3" VARCHAR,
"country_population_2018" DOUBLE,
"country_median_age" DOUBLE,
"country_running_agg" BIGINT,
"location" VARCHAR,
"country_or_region_day_number" BIGINT,
"province_or_state_day_number" BIGINT,
"state_and_country_day_number" BIGINT,
"country_code_2_day_number" BIGINT,
"country_code_3_day_number" BIGINT
);
Anyone who has the link will be able to view this.