Census Data By Council District
City of Los Angeles
@usgov.city_of_los_angeles_census_data_by_council_district
City of Los Angeles
@usgov.city_of_los_angeles_census_data_by_council_district
CREATE TABLE table_1 (
"council_district" VARCHAR,
"pop2010" DOUBLE,
"white_pop" DOUBLE,
"black_pop" DOUBLE,
"ameri_es_pop" DOUBLE,
"asian_pop" DOUBLE,
"hawn_pi_pop" DOUBLE,
"hispanic_pop" DOUBLE,
"other_pop" DOUBLE,
"multi_pop" DOUBLE,
"male_pop" DOUBLE,
"female_pop" DOUBLE,
"age_under5" DOUBLE,
"age_5_9" DOUBLE,
"age_10_14" DOUBLE,
"age_15_19" DOUBLE,
"age_20_24" DOUBLE,
"age_25_34" DOUBLE,
"age_35_44" DOUBLE,
"age_45_54" DOUBLE,
"age_55_64" DOUBLE,
"age_65_74" DOUBLE,
"age_75_84" DOUBLE,
"age_85_up" DOUBLE,
"median_age" DOUBLE,
"med_age_male" DOUBLE,
"med_age_female" DOUBLE,
"households" DOUBLE,
"avg_hh_size" DOUBLE,
"householdshsehld_1_m" DOUBLE,
"hsehld_1_f" DOUBLE,
"marhh_chd" DOUBLE,
"marhh_no_c" DOUBLE,
"mhh_child" DOUBLE,
"fhh_child" DOUBLE,
"families" DOUBLE,
"avg_family_size" DOUBLE,
"housing_units" DOUBLE,
"vacant" DOUBLE,
"owner_occ" DOUBLE,
"renter_occ" DOUBLE
);
Anyone who has the link will be able to view this.