POVERTY STATUS OF THE POPULATION (B17001)
City of Seattle
@usgov.city_of_seattle_poverty_status_of_the_population_b17001
City of Seattle
@usgov.city_of_seattle_poverty_status_of_the_population_b17001
CREATE TABLE table_1 (
"objectid" BIGINT,
"geoid" BIGINT,
"tract_name" VARCHAR,
"total_population_for_whom_poverty_status_is_determined" BIGINT,
"below_poverty_level" BIGINT,
"below_poverty_level_male" BIGINT,
"below_poverty_level_male_under_5_years" BIGINT,
"below_poverty_level_male_5_years" BIGINT,
"below_poverty_level_male_6_to_11_years" BIGINT,
"below_poverty_level_male_12_to_14_years" BIGINT,
"below_poverty_level_male_15_years" BIGINT,
"below_poverty_level_male_16_and_17_years" BIGINT,
"below_poverty_level_male_18_to_24_years" BIGINT,
"below_poverty_level_male_25_to_34_years" BIGINT,
"below_poverty_level_male_35_to_44_years" BIGINT,
"below_poverty_level_male_45_to_54_years" BIGINT,
"below_poverty_level_male_55_to_64_years" BIGINT,
"below_poverty_level_male_65_to_74_years" BIGINT,
"below_poverty_level_male_75_years_and_over" BIGINT,
"below_poverty_level_female" BIGINT,
"below_poverty_level_female_under_5_years" BIGINT,
"below_poverty_level_female_5_years" BIGINT,
"below_poverty_level_female_6_to_11_years" BIGINT,
"below_poverty_level_female_12_to_14_years" BIGINT,
"below_poverty_level_female_15_years" BIGINT,
"below_poverty_level_female_16_and_17_years" BIGINT,
"below_poverty_level_female_18_to_24_years" BIGINT,
"below_poverty_level_female_25_to_34_years" BIGINT,
"below_poverty_level_female_35_to_44_years" BIGINT,
"below_poverty_level_female_45_to_54_years" BIGINT,
"below_poverty_level_female_55_to_64_years" BIGINT,
"below_poverty_level_female_65_to_74_years" BIGINT,
"below_poverty_level_female_75_years_and_over" BIGINT,
"at_or_above_poverty_level" BIGINT,
"at_or_above_poverty_level_male" BIGINT,
"at_or_above_poverty_level_male_under_5_years" BIGINT,
"at_or_above_poverty_level_male_5_years" BIGINT,
"at_or_above_poverty_level_male_6_to_11_years" BIGINT,
"at_or_above_poverty_level_male_12_to_14_years" BIGINT,
"at_or_above_poverty_level_male_15_years" BIGINT,
"at_or_above_poverty_level_male_16_and_17_years" BIGINT,
"at_or_above_poverty_level_male_18_to_24_years" BIGINT,
"at_or_above_poverty_level_male_25_to_34_years" BIGINT,
"at_or_above_poverty_level_male_35_to_44_years" BIGINT,
"at_or_above_poverty_level_male_45_to_54_years" BIGINT,
"at_or_above_poverty_level_male_55_to_64_years" BIGINT,
"at_or_above_poverty_level_male_65_to_74_years" BIGINT,
"at_or_above_poverty_level_male_75_years_and_over" BIGINT,
"at_or_above_poverty_level_female" BIGINT,
"at_or_above_poverty_level_female_under_5_years" BIGINT,
"at_or_above_poverty_level_female_5_years" BIGINT,
"at_or_above_poverty_level_female_6_to_11_years" BIGINT,
"at_or_above_poverty_level_female_12_to_14_years" BIGINT,
"at_or_above_poverty_level_female_15_years" BIGINT,
"at_or_above_poverty_level_female_16_and_17_years" BIGINT,
"at_or_above_poverty_level_female_18_to_24_years" BIGINT,
"at_or_above_poverty_level_female_25_to_34_years" BIGINT,
"at_or_above_poverty_level_female_35_to_44_years" BIGINT,
"at_or_above_poverty_level_female_45_to_54_years" BIGINT,
"at_or_above_poverty_level_female_55_to_64_years" BIGINT,
"at_or_above_poverty_level_female_65_to_74_years" BIGINT,
"at_or_above_poverty_level_female_75_years_and_over" BIGINT,
"acs_vintage" VARCHAR,
"tract_label" DOUBLE,
"jurisdiction" VARCHAR,
"community_reporting_area_id" DOUBLE,
"community_reporting_area_group" DOUBLE,
"community_reporting_area_name" VARCHAR,
"community_reporting_area_neighborhoods" VARCHAR
);
Anyone who has the link will be able to view this.