Education And COVID-19
Enrollment Data from UIS as of July 30th 2020
@kaggle.landlord_education_and_covid19
Enrollment Data from UIS as of July 30th 2020
@kaggle.landlord_education_and_covid19
CREATE TABLE education_covid19 (
"country_code" VARCHAR,
"country_name" VARCHAR,
"dt_extraction" VARCHAR,
"if_closed_due_to_covid19_when" VARCHAR,
"income_level" VARCHAR,
"region_name" VARCHAR,
"school_status" VARCHAR,
"year_pre" DOUBLE,
"year_prm" DOUBLE,
"year_sec" DOUBLE,
"year_ter" DOUBLE,
"latitude_generated" DOUBLE,
"longitude_generated" DOUBLE,
"enrollment" DOUBLE,
"se_pre_enrl" DOUBLE,
"se_prm_enrl" DOUBLE,
"se_sec_enrl" DOUBLE,
"se_ter_enrl" DOUBLE
);
Anyone who has the link will be able to view this.