Tempeagebyblockgroup
City of Tempe
@usgov.city_of_tempe_tempeagebyblockgroup_1fc81
City of Tempe
@usgov.city_of_tempe_tempeagebyblockgroup_1fc81
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.585752
Tags: census, tempe
CREATE TABLE table_1 (
"objectid" BIGINT,
"agebyblockgroup_objectid" DOUBLE,
"geoid_text" DOUBLE,
"name" VARCHAR,
"total" DOUBLE,
"total_male" DOUBLE,
"percent_male" DOUBLE,
"total_female" DOUBLE,
"percent_female" DOUBLE,
"percent_18_65" DOUBLE,
"total_18_65" DOUBLE,
"percent_birth_9" DOUBLE,
"total_birth_9" DOUBLE,
"percent_10_19" DOUBLE,
"total_10_19" DOUBLE,
"percent_20_29" DOUBLE,
"total_20_29" DOUBLE,
"percent_30_39" DOUBLE,
"total_30_39" DOUBLE,
"percent_40_49" DOUBLE,
"total_40_49" DOUBLE,
"percent_50_59" DOUBLE,
"total_50_59" DOUBLE,
"percent_60_69" DOUBLE,
"total_60_69" DOUBLE,
"percent_70_79" DOUBLE,
"total_70_79" DOUBLE,
"percent_80_andover" DOUBLE,
"total_80_andover" DOUBLE,
"agebyblockgroup_total_male_unde" DOUBLE,
"agebyblockgroup_total_male_5_to" DOUBLE,
"agebyblockgroup_total_male_10_t" DOUBLE,
"agebyblockgroup_total_male_15_t" DOUBLE,
"agebyblockgroup_male_18_and_19" DOUBLE,
"agebyblockgroup_total_male_20" DOUBLE,
"agebyblockgroup_total_male_21" DOUBLE,
"agebyblockgroup_total_male_22_2" DOUBLE,
"agebyblockgroup_total_males_25" DOUBLE,
"agebyblockgroup_percent_males_3" DOUBLE,
"agebyblockgroup_total_males_35" DOUBLE,
"agebyblockgroup_total_male_40_t" DOUBLE,
"agebyblockgroup_total_male_45_t" DOUBLE,
"agebyblockgroup_total_male_50_t" DOUBLE,
"agebyblockgroup_total_male_55_t" DOUBLE,
"agebyblockgroup_total_male_60_a" DOUBLE,
"agebyblockgroup_total_male_62_t" DOUBLE,
"agebyblockgroup_total_male_65_a" DOUBLE,
"agebyblockgroup_total_male_67_t" DOUBLE,
"agebyblockgroup_total_males_70" DOUBLE,
"agebyblockgroup_total_male_75_t" DOUBLE,
"agebyblockgroup_total_male_80_t" DOUBLE,
"agebyblockgroup_total_male_85_y" DOUBLE,
"agebyblockgroup_total_female_un" DOUBLE,
"agebyblockgroup_total_female_5" DOUBLE,
"agebyblockgroup_total_female_10" DOUBLE,
"agebyblockgroup_total_female_15" DOUBLE,
"agebyblockgroup_total_female_18" DOUBLE,
"agebyblockgroup_total_female_20" DOUBLE,
"agebyblockgroup_total_female_21" DOUBLE,
"agebyblockgroup_total_female_22" DOUBLE,
"agebyblockgroup_total_female_25" DOUBLE,
"agebyblockgroup_total_female_30" DOUBLE,
"agebyblockgroup_total_female_35" DOUBLE,
"agebyblockgroup_total_female_40" DOUBLE,
"agebyblockgroup_total_female_45" DOUBLE,
"agebyblockgroup_total_female_50" DOUBLE,
"agebyblockgroup_total_female_55" DOUBLE,
"agebyblockgroup_total_female_60" DOUBLE,
"agebyblockgroup_total_female_62" DOUBLE,
"agebyblockgroup_total_female_65" DOUBLE,
"agebyblockgroup_total_female_67" DOUBLE,
"agebyblockgroup_total_female_70" DOUBLE,
"agebyblockgroup_total_female_75" DOUBLE,
"agebyblockgroup_total_female_80" DOUBLE,
"agebyblockgroup_total_female_85" DOUBLE,
"shape_area" DOUBLE -- Shape, Area,
"shape_length" DOUBLE -- Shape, Length
);Anyone who has the link will be able to view this.