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
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.