Agebyblockgroup
City of Tempe
@usgov.city_of_tempe_agebyblockgroup_162fc
City of Tempe
@usgov.city_of_tempe_agebyblockgroup_162fc
This feature layer provides the age of the population in the City of Tempe by census block group. The feature layer was created using a join of Tempe Census Block Group boundaries and ACSDT5Y2018.B01001 - age , downloaded from the U.S. Census Bureau.
Organization: City of Tempe
Last updated: 2024-02-09T15:00:26.613824
Tags: census, tempe
CREATE TABLE table_1 (
"objectid" BIGINT,
"geoid_text" BIGINT,
"name" VARCHAR,
"total" BIGINT,
"total_male" BIGINT,
"percent_male" DOUBLE,
"total_female" BIGINT,
"percent_female" DOUBLE,
"percent_18_65" DOUBLE,
"total_18_65" BIGINT,
"percent_birth_9" DOUBLE,
"total_birth_9" BIGINT,
"percent_10_19" DOUBLE,
"total_10_19" BIGINT,
"percent_20_29" DOUBLE,
"total_20_29" BIGINT,
"percent_30_39" DOUBLE,
"total_30_39" BIGINT,
"percent_40_49" DOUBLE,
"total_40_49" BIGINT,
"percent_50_59" DOUBLE,
"total_50_59" BIGINT,
"percent_60_69" DOUBLE,
"total_60_69" BIGINT,
"percent_70_79" DOUBLE,
"total_70_79" BIGINT,
"percent_80_andover" DOUBLE,
"total_80_andover" BIGINT,
"total_male_under_5_years" BIGINT,
"total_male_5_to_9_years" BIGINT,
"total_male_10_to_14_years" BIGINT,
"total_male_15_to_17_years" BIGINT,
"male_18_and_19_years" BIGINT,
"total_male_20" BIGINT,
"total_male_21" BIGINT,
"total_male_22_24" BIGINT,
"total_males_25_29" BIGINT,
"percent_males_30_34" BIGINT,
"total_males_35_39" BIGINT,
"total_male_40_to_44_years" BIGINT,
"total_male_45_to_49_years" BIGINT,
"total_male_50_to_54_years" BIGINT,
"total_male_55_to_59_years" BIGINT,
"total_male_60_and_61_years" BIGINT,
"total_male_62_to_64_years" BIGINT,
"total_male_65_and_66_years" BIGINT,
"total_male_67_to_69_years" BIGINT,
"total_males_70_to_74_years" BIGINT,
"total_male_75_to_79_years" BIGINT,
"total_male_80_to_84_years" BIGINT,
"total_male_85_years_and_over" BIGINT,
"total_female_under_5_years" BIGINT,
"total_female_5_to_9_years" BIGINT,
"total_female_10_to_14_years" BIGINT,
"total_female_15_to_17_years" BIGINT,
"total_female_18_and_19_years" BIGINT,
"total_female_20_years" BIGINT,
"total_female_21_years" BIGINT,
"total_female_22_to_24_years" BIGINT,
"total_female_25_to_29_years" BIGINT,
"total_female_30_to_34_years" BIGINT,
"total_female_35_to_39_years" BIGINT,
"total_female_40_to_44_years" BIGINT,
"total_female_45_to_49_years" BIGINT,
"total_female_50_to_54_years" BIGINT,
"total_female_55_to_59_years" BIGINT,
"total_female_60_and_61_years" BIGINT,
"total_female_62_to_64_years" BIGINT,
"total_female_65_and_66_years" BIGINT,
"total_female_67_to_69_years" BIGINT,
"total_female_70_to_74_years" BIGINT,
"total_female_75_to_79_years" BIGINT,
"total_female_80_to_84_years" BIGINT,
"total_female_85_years_and_over" BIGINT
);Anyone who has the link will be able to view this.