WAOFM - Census - Population And Housing, 2000 And 2010
State of Washington
@usgov.state_of_washington_waofm_census_population_and_housin_5441a2ad
State of Washington
@usgov.state_of_washington_waofm_census_population_and_housin_5441a2ad
CREATE TABLE table_1 (
"city_name" VARCHAR,
"total_population_2000" DOUBLE,
"total_population_2010" BIGINT,
"total_population_numeric_change_2000_to_2010" DOUBLE,
"total_population_percent_change_2000_to_2010" DOUBLE,
"population_rank_2000" DOUBLE,
"population_rank_2010" BIGINT,
"population_rank_change_in_rank_2000_to_2010" DOUBLE,
"population_density_persons_square_mile_2000" DOUBLE,
"population_density_persons_square_mile_2010" DOUBLE,
"population_density_numeric_change_2000_to_2010" DOUBLE,
"population_density_percent_change_2000_to_2010" DOUBLE,
"total_housing_units_2000" DOUBLE,
"total_housing_units_2010" BIGINT,
"total_housing_units_numeric_change_2000_to_2010" DOUBLE,
"total_housing_units_percent_change_2000_to_2010" DOUBLE,
"occupied_housing_units_2000" DOUBLE,
"occupied_housing_units_2010" BIGINT,
"vacant_housing_units_2000" DOUBLE,
"vacant_housing_units_2010" BIGINT,
"occupancy_rate_2000" DOUBLE,
"occupancy_rate_2010" DOUBLE,
"occupancy_rate_numeric_change_2000_to_2010" DOUBLE,
"vacancy_rate_2000" DOUBLE,
"vacancy_rate_2010" DOUBLE,
"vacancy_rate_numeric_change_2000_to_2010" DOUBLE,
"land_area_square_miles_2000" DOUBLE,
"land_area_square_miles_2010" DOUBLE,
"total_area_square_miles_2000" DOUBLE,
"total_area_square_miles_2010" DOUBLE,
"water_area_2000" DOUBLE,
"water_area_2010" DOUBLE,
"geoid" BIGINT,
"location_1" VARCHAR,
"location_1_state" VARCHAR
);
Anyone who has the link will be able to view this.