Baselight

COVID-19 Pandemic In Russia

The COVID-19 pandemic in Russia

@kaggle.mekhdigakhramanian_russiacovid_19

Loading...
Loading...

About this Dataset

COVID-19 Pandemic In Russia

Context

COVID-19 in Russia

Content

Acknowledgements

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.

Inspiration

Your data will be in front of the world's largest data science community. What questions do you want to see answered?``

Tables

Russia Covid19 V2

@kaggle.mekhdigakhramanian_russiacovid_19.russia_covid19_v2
  • 13.13 KB
  • 167 rows
  • 10 columns
Loading...

CREATE TABLE russia_covid19_v2 (
  "date" TIMESTAMP,
  "total_infected" BIGINT,
  "total_length_cm" BIGINT,
  "new" BIGINT,
  "sick_now" BIGINT,
  "new_infections" BIGINT,
  "death" BIGINT,
  "not_sick_population" BIGINT,
  "unnamed_8" VARCHAR,
  "unnamed_9" VARCHAR
);

Russia Covid19

@kaggle.mekhdigakhramanian_russiacovid_19.russia_covid19
  • 15.96 KB
  • 167 rows
  • 12 columns
Loading...

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
);