COVID-19 Pandemic In Russia
The COVID-19 pandemic in Russia
@kaggle.mekhdigakhramanian_russiacovid_19
The COVID-19 pandemic in Russia
@kaggle.mekhdigakhramanian_russiacovid_19
COVID-19 in Russia
We wouldn't be here without the help of others. If you owe any attributions or thanks, include them here along with any citations of past research.
Your data will be in front of the world's largest data science community. What questions do you want to see answered?``
CREATE TABLE russia_covid19 (
"date" VARCHAR,
"total_infected" BIGINT,
"total_length_cm" BIGINT -- Total Length / Cm,
"new" BIGINT,
"sick_now" BIGINT,
"new_infections" BIGINT,
"death" BIGINT,
"not_sick_population" BIGINT -- Not Sick. Population,
"coeff_infections" DOUBLE -- Coeff. Infections,
"average_coef" DOUBLE,
"unnamed_10" VARCHAR -- Unnamed: 10,
"unnamed_11" VARCHAR -- Unnamed: 11
);
CREATE TABLE russia_covid19_v2 (
"date" TIMESTAMP,
"total_infected" BIGINT,
"total_length_cm" BIGINT -- Total Length / Cm,
"new" BIGINT,
"sick_now" BIGINT,
"new_infections" BIGINT,
"death" BIGINT,
"not_sick_population" BIGINT -- Not Sick. Population,
"unnamed_8" VARCHAR -- Unnamed: 8,
"unnamed_9" VARCHAR -- Unnamed: 9
);
Anyone who has the link will be able to view this.