Covid19 Forecasting Metadata
Metadata for Covid19 forecasting challenges
@kaggle.rohanrao_covid19_forecasting_metadata
Metadata for Covid19 forecasting challenges
@kaggle.rohanrao_covid19_forecasting_metadata
CREATE TABLE region_metadata (
"country_region" VARCHAR,
"province_state" VARCHAR,
"lat" DOUBLE,
"lon" DOUBLE,
"continent" VARCHAR,
"population" BIGINT,
"area" BIGINT,
"density" DOUBLE
);
Anyone who has the link will be able to view this.