Education - Seattle Neighborhoods
City of Seattle
@usgov.city_of_seattle_education_seattle_neighborhoods
City of Seattle
@usgov.city_of_seattle_education_seattle_neighborhoods
CREATE TABLE table_1 (
"objectid" BIGINT,
"neigh_no" DOUBLE,
"neighborhood_name" VARCHAR,
"neighborhood_type" VARCHAR,
"neighborhood_subtype" VARCHAR,
"acs_vintage" VARCHAR,
"population_3_years_and_over_enrolled_in_school" BIGINT,
"enrolled_in_nursery_school_or_preschool" BIGINT,
"enrolled_in_kindergarten" BIGINT,
"enrolled_in_elementary_school_grades_1_8" BIGINT,
"enrolled_in_high_school_grades_9_12" BIGINT,
"enrolled_in_college_or_graduate_school" BIGINT,
"population_25_years_and_over" BIGINT,
"less_than_9th_grade" BIGINT,
"n_9th_to_12th_grade_no_diploma" BIGINT,
"high_school_graduate_includes_equivalency" BIGINT,
"some_college_no_degree" BIGINT,
"associate_degree" BIGINT,
"bachelor_degree" BIGINT,
"graduate_or_professional_degree" BIGINT,
"percent_less_than_a_high_school_education" DOUBLE,
"percent_bachelor_degree_or_higher" DOUBLE,
"less_than_a_high_school_education" BIGINT,
"bachelor_degree_or_higher" BIGINT,
"enrolled_in_nursery_school_or_preschool_public" BIGINT,
"enrolled_in_nursery_school_or_preschool_private" BIGINT,
"enrolled_in_kindergarten_public" BIGINT,
"enrolled_in_kindergarten_private" BIGINT,
"enrolled_in_elementary_school_grades_1_8_public" BIGINT,
"enrolled_in_elementary_school_grades_1_8_private" BIGINT,
"enrolled_in_high_school_grades_9_12_public" BIGINT,
"enrolled_in_high_school_grades_9_12_private" BIGINT,
"enrolled_in_college_or_graduate_school_public" BIGINT,
"enrolled_in_college_or_graduate_school_private" BIGINT,
"not_enrolled" BIGINT,
"neighborhood_type_outside_comp_plan_areas_id" VARCHAR
);
Anyone who has the link will be able to view this.