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
CREATE TABLE russia_covid19 (
"date" VARCHAR,
"total_infected" BIGINT,
"total_length_cm" BIGINT,
"new" BIGINT,
"sick_now" BIGINT,
"new_infections" BIGINT,
"death" BIGINT,
"not_sick_population" BIGINT,
"coeff_infections" DOUBLE,
"average_coef" DOUBLE,
"unnamed_10" VARCHAR,
"unnamed_11" VARCHAR
);
Anyone who has the link will be able to view this.