US Public Schools
This dataset contains all public elementary and secondary schools in the US
@kaggle.joebeachcapital_us_public_schools
This dataset contains all public elementary and secondary schools in the US
@kaggle.joebeachcapital_us_public_schools
CREATE TABLE us_public_schools (
"geo_point" VARCHAR,
"geo_shape" VARCHAR,
"objectid" BIGINT,
"ncesid" BIGINT,
"name" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" BIGINT,
"zip4" VARCHAR,
"telephone" VARCHAR,
"type" BIGINT,
"status" BIGINT,
"population" BIGINT,
"county" VARCHAR,
"countyfips" BIGINT,
"country" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"naics_code" BIGINT,
"naics_desc" VARCHAR,
"source" VARCHAR,
"sourcedate" VARCHAR,
"val_method" VARCHAR,
"val_date" VARCHAR,
"website" VARCHAR,
"level" VARCHAR,
"enrollment" BIGINT,
"st_grade" VARCHAR,
"end_grade" VARCHAR,
"districtid" BIGINT,
"ft_teacher" BIGINT,
"shelter_id" VARCHAR
);
Anyone who has the link will be able to view this.