Census Demographics
City of Baton Rouge
@usgov.city_of_baton_rouge_census_demographics
City of Baton Rouge
@usgov.city_of_baton_rouge_census_demographics
CREATE TABLE table_1 (
"unique_id" BIGINT,
"census_year" BIGINT,
"tract" DOUBLE,
"block_group" BIGINT,
"fips_id" BIGINT,
"total_population" DOUBLE,
"population_white" BIGINT,
"population_black" BIGINT,
"population_asian" BIGINT,
"population_other" BIGINT,
"population_american_indian" BIGINT,
"population_pacific_islander" DOUBLE,
"population_one_race" DOUBLE,
"population_multi_race" DOUBLE,
"population_25_older" DOUBLE,
"median_age" DOUBLE,
"median_household_income" DOUBLE,
"high_school_male" DOUBLE,
"high_school_more_male" BIGINT,
"college_1_yr_less_male" DOUBLE,
"college_1_yr_more_male" DOUBLE,
"associates_degree_male" DOUBLE,
"bachelors_degree_male" DOUBLE,
"masters_degree_male" DOUBLE,
"professional_degree_male" DOUBLE,
"doctoral_degree_male" DOUBLE,
"high_school_female" DOUBLE,
"high_school_more_female" DOUBLE,
"college_1_yr_less_female" DOUBLE,
"college_1_yr_more_female" DOUBLE,
"associates_degree_female" DOUBLE,
"bachelors_degree_female" DOUBLE,
"masters_degree_female" DOUBLE,
"professional_degree_female" DOUBLE,
"doctoral_degree_female" DOUBLE,
"percent_25_yr_over_high_school_more" DOUBLE,
"housing_units" BIGINT,
"occupied_housing_units" DOUBLE,
"owner_occupied_housing" DOUBLE,
"renter_occupied_housing" DOUBLE,
"percent_owner_occupied" DOUBLE,
"percent_renter_occupied" DOUBLE,
"median_house_value_owner_occupied" DOUBLE,
"median_year_built" DOUBLE,
"vacancy_rates" DOUBLE
);
Anyone who has the link will be able to view this.