Countryinfo
Relevant variables that may be required in order to predict COVID's progression.
@kaggle.koryto_countryinfo
Relevant variables that may be required in order to predict COVID's progression.
@kaggle.koryto_countryinfo
CREATE TABLE covid19tests (
"region" VARCHAR,
"country" VARCHAR,
"alpha3code" VARCHAR,
"alpha2code" VARCHAR,
"tests" VARCHAR,
"positive" DOUBLE,
"date" VARCHAR,
"testper1m" BIGINT,
"positiveper1m" DOUBLE
);
Anyone who has the link will be able to view this.