2010 Census Populations By Zip Code
City of Los Angeles
@usgov.city_of_los_angeles_2010_census_populations_by_zip_code
City of Los Angeles
@usgov.city_of_los_angeles_2010_census_populations_by_zip_code
This data comes from the 2010 Census Profile of General Population and Housing Characteristics. Zip codes are limited to those that fall at least partially within LA city boundaries. The dataset will be updated after the next census in 2020. To view all possible columns and access the data directly, visit http://factfinder.census.gov/faces/affhelp/jsf/pages/metadata.xhtml?lang=en&type;=table&id;=table.en.DEC_10_SF1_SF1DP1#main_content.
Organization: City of Los Angeles
Last updated: 2020-11-10T17:52:29.365839
Tags: census, population, zip-code
CREATE TABLE table_1 (
"zip_code" BIGINT,
"total_population" BIGINT,
"median_age" DOUBLE,
"total_males" BIGINT,
"total_females" BIGINT,
"total_households" BIGINT,
"average_household_size" DOUBLE
);Anyone who has the link will be able to view this.