Allegheny County Obesity Rates
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_allegheny_county_obesity_rates
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_allegheny_county_obesity_rates
CREATE TABLE obesity_rates_allegheny_county_data (
"stname" VARCHAR,
"tractfips" BIGINT,
"n_2000_tract" BIGINT,
"n_2010_tract" VARCHAR,
"municipality" VARCHAR,
"municipality_707972" VARCHAR,
"city_neighborhood" VARCHAR,
"n_2006_2010_estimate_of_obesity" DOUBLE
);
CREATE TABLE obesity_rates_statewide_data (
"stname" VARCHAR,
"tractfips" BIGINT,
"n_2000_tract" BIGINT,
"n_2010_tract" VARCHAR,
"municipality" VARCHAR,
"neighborhood" VARCHAR,
"n_2006_2010_estimate_of_obesity" DOUBLE
);
Anyone who has the link will be able to view this.