Baselight

Covid-data

COVID-19 WORLD DATA collected from github.com

@kaggle.nonstochastic147_coviddata

India Italy Us Confirmed Total
@kaggle.nonstochastic147_coviddata.india_italy_us_confirmed_total

  • 6.36 KB
  • 60 rows
  • 7 columns
italy

Italy

us

US

india

India

italy_lag_12

Italy(lag\u003d12)

us_lag_9

US(lag\u003d9)

italy_lag_13

Italy(Lag\u003d13)

us_lag_11

US(lag\u003d11)

1
1
2
2
5
5
5
5
51
2711

CREATE TABLE india_italy_us_confirmed_total (
  "italy" BIGINT,
  "us" BIGINT,
  "india" BIGINT,
  "italy_lag_12" DOUBLE,
  "us_lag_9" DOUBLE,
  "italy_lag_13" DOUBLE,
  "us_lag_11" DOUBLE
);

Share link

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