View on GitHub

Food Environment Data System

USDA-ERS & Cornell

download .ZIPdownload .TGZ

American Community Survey (ACS) Population by Age by Sex by Poverty Level

#

Updates:

–> will delete the current ACS DB since we can keep data in the NHANES3 DB to keep the server clean.


Executive Summary

  1. Our population data are scraped from ACS B17001 tables. There are both 1-year and 5-year B17001 tables from 2010 through 2018 (https://data.census.gov/cedsci/table?g=0500000US10001&hidePreview=true&tid=ACSDT5Y2018.B17001&vintage=2018).

  2. Each 1-year B17001 table has about 833 county-level observations. So there are about a handful observations at the county-level of each state.

  3. The 5-year B17001 table has about 3223 county-level observations. Population data from both 1-year and 5-years survey have been loaded into our server as [NHANES3].[acs].[AgeSexPov_5Years] and [NHANES3].[acs].[AgeSexPov_1Year]. Views are created based on the source data to match with NHANES cohorts.

  4. Regarding the time period, the official document mentioned:” In the case of ACS 1-year estimates, the period is the calendar year (e.g., the 2015 ACS covers the period from January 2015 through December 2015). In the case of ACS multiyear estimates, the period is 5 calendar years (e.g., the 2011–2015 ACS estimates cover the period from January 2011 through December 2015). Therefore, ACS estimates based on data collected from 2011–2015 should not be labeled “2013,” even though that is the midpoint of the 5-year period. https://www.census.gov/content/dam/Census/library/publications/2018/acs/acs_general_handbook_2018_ch03.pdf.

  5. BTW, the B17001 table is called “POVERTY STATUS IN THE PAST 12 MONTHS BY SEX BY AGE”

  6. At the state level (C17001 table): age groups are aggregated to: under 18 years, 18 to 64 years, and 65 years and over. Data can be found at: https://data.census.gov/cedsci/table?q=age%20sex%20poverty&hidePreview=true&tid=ACSDT1Y2010.C17001&t=Age%20and%20Sex%3APoverty&g=0100000US.04000.001&vintage=2010

Updates

  1. Recreated the AgeSexPov table because the previous sql table saved variables in varchar. The source table is stored as [SourceData].[acs].[AgeSexPov]. Earlier SQL table was deleted and replaced by the new one.

  2. Created [NHANES3].[acs].[AgeSexPov_Adjusted] to match with [NHANES3].[LUT].[COHORTS_AGESEXPOV]

  3. Created a lookup table for the adjusted table: [NHANES3].[acs].[AgeSexPov_Adjusted]

  4. Added 2018 5-year survey data

Descriptions of the SQL Tables

**ACS 5-year estimates are based on data collected from 2011–2015 should not be labeled “2013,” even though that is the midpoint of the 5-year period. https://www.census.gov/content/dam/Census/library/publications/2018/acs/acs_general_handbook_2018_ch03.pdf. **

Age
Under 5 years
5 years
6 to 11 years
12 to 14 years
15 years
16 and 17 years
18 to 24 years
25 to 34 years
35 to 44 years
45 to 54 years
55 to 64 years
65 to 74 years
75 years and over
NULL

Data Source:

https://data.census.gov/cedsci/table?q=B17001&tid=ACSDT5Y2012.B17001&vintage=2016&hidePreview=true&g=0100000US.050000&y=2012

Variable Descriptions

GEO_ID Measure Level Income Sex Age
GEO_ID Geographic Area Name NULL NULL NULL NULL
B17001_001E Estimate Total NULL NULL NULL
B17001_001M Margin of Error Total NULL NULL NULL
B17001_002E Estimate Total Income in the past 12 months below poverty level NULL NULL
B17001_002M Margin of Error Total Income in the past 12 months below poverty level NULL NULL
B17001_003E Estimate Total Income in the past 12 months below poverty level Male NULL
B17001_003M Margin of Error Total Income in the past 12 months below poverty level Male NULL
B17001_004E Estimate Total Income in the past 12 months below poverty level Male Under 5 years
B17001_004M Margin of Error Total Income in the past 12 months below poverty level Male Under 5 years
B17001_005E Estimate Total Income in the past 12 months below poverty level Male 5 years
B17001_005M Margin of Error Total Income in the past 12 months below poverty level Male 5 years
B17001_006E Estimate Total Income in the past 12 months below poverty level Male 6 to 11 years
B17001_006M Margin of Error Total Income in the past 12 months below poverty level Male 6 to 11 years
B17001_007E Estimate Total Income in the past 12 months below poverty level Male 12 to 14 years
B17001_007M Margin of Error Total Income in the past 12 months below poverty level Male 12 to 14 years
B17001_008E Estimate Total Income in the past 12 months below poverty level Male 15 years
B17001_008M Margin of Error Total Income in the past 12 months below poverty level Male 15 years
B17001_009E Estimate Total Income in the past 12 months below poverty level Male 16 and 17 years
B17001_009M Margin of Error Total Income in the past 12 months below poverty level Male 16 and 17 years
B17001_010E Estimate Total Income in the past 12 months below poverty level Male 18 to 24 years
B17001_010M Margin of Error Total Income in the past 12 months below poverty level Male 18 to 24 years
B17001_011E Estimate Total Income in the past 12 months below poverty level Male 25 to 34 years
B17001_011M Margin of Error Total Income in the past 12 months below poverty level Male 25 to 34 years
B17001_012E Estimate Total Income in the past 12 months below poverty level Male 35 to 44 years
B17001_012M Margin of Error Total Income in the past 12 months below poverty level Male 35 to 44 years
B17001_013E Estimate Total Income in the past 12 months below poverty level Male 45 to 54 years
B17001_013M Margin of Error Total Income in the past 12 months below poverty level Male 45 to 54 years
B17001_014E Estimate Total Income in the past 12 months below poverty level Male 55 to 64 years
B17001_014M Margin of Error Total Income in the past 12 months below poverty level Male 55 to 64 years
B17001_015E Estimate Total Income in the past 12 months below poverty level Male 65 to 74 years
B17001_015M Margin of Error Total Income in the past 12 months below poverty level Male 65 to 74 years
B17001_016E Estimate Total Income in the past 12 months below poverty level Male 75 years and over
B17001_016M Margin of Error Total Income in the past 12 months below poverty level Male 75 years and over
B17001_017E Estimate Total Income in the past 12 months below poverty level Female NULL
B17001_017M Margin of Error Total Income in the past 12 months below poverty level Female NULL
B17001_018E Estimate Total Income in the past 12 months below poverty level Female Under 5 years
B17001_018M Margin of Error Total Income in the past 12 months below poverty level Female Under 5 years
B17001_019E Estimate Total Income in the past 12 months below poverty level Female 5 years
B17001_019M Margin of Error Total Income in the past 12 months below poverty level Female 5 years
B17001_020E Estimate Total Income in the past 12 months below poverty level Female 6 to 11 years
B17001_020M Margin of Error Total Income in the past 12 months below poverty level Female 6 to 11 years
B17001_021E Estimate Total Income in the past 12 months below poverty level Female 12 to 14 years
B17001_021M Margin of Error Total Income in the past 12 months below poverty level Female 12 to 14 years
B17001_022E Estimate Total Income in the past 12 months below poverty level Female 15 years
B17001_022M Margin of Error Total Income in the past 12 months below poverty level Female 15 years
B17001_023E Estimate Total Income in the past 12 months below poverty level Female 16 and 17 years
B17001_023M Margin of Error Total Income in the past 12 months below poverty level Female 16 and 17 years
B17001_024E Estimate Total Income in the past 12 months below poverty level Female 18 to 24 years
B17001_024M Margin of Error Total Income in the past 12 months below poverty level Female 18 to 24 years
B17001_025E Estimate Total Income in the past 12 months below poverty level Female 25 to 34 years
B17001_025M Margin of Error Total Income in the past 12 months below poverty level Female 25 to 34 years
B17001_026E Estimate Total Income in the past 12 months below poverty level Female 35 to 44 years
B17001_026M Margin of Error Total Income in the past 12 months below poverty level Female 35 to 44 years
B17001_027E Estimate Total Income in the past 12 months below poverty level Female 45 to 54 years
B17001_027M Margin of Error Total Income in the past 12 months below poverty level Female 45 to 54 years
B17001_028E Estimate Total Income in the past 12 months below poverty level Female 55 to 64 years
B17001_028M Margin of Error Total Income in the past 12 months below poverty level Female 55 to 64 years
B17001_029E Estimate Total Income in the past 12 months below poverty level Female 65 to 74 years
B17001_029M Margin of Error Total Income in the past 12 months below poverty level Female 65 to 74 years
B17001_030E Estimate Total Income in the past 12 months below poverty level Female 75 years and over
B17001_030M Margin of Error Total Income in the past 12 months below poverty level Female 75 years and over
B17001_031E Estimate Total Income in the past 12 months at or above poverty level NULL NULL
B17001_031M Margin of Error Total Income in the past 12 months at or above poverty level NULL NULL
B17001_032E Estimate Total Income in the past 12 months at or above poverty level Male NULL
B17001_032M Margin of Error Total Income in the past 12 months at or above poverty level Male NULL
B17001_033E Estimate Total Income in the past 12 months at or above poverty level Male Under 5 years
B17001_033M Margin of Error Total Income in the past 12 months at or above poverty level Male Under 5 years
B17001_034E Estimate Total Income in the past 12 months at or above poverty level Male 5 years
B17001_034M Margin of Error Total Income in the past 12 months at or above poverty level Male 5 years
B17001_035E Estimate Total Income in the past 12 months at or above poverty level Male 6 to 11 years
B17001_035M Margin of Error Total Income in the past 12 months at or above poverty level Male 6 to 11 years
B17001_036E Estimate Total Income in the past 12 months at or above poverty level Male 12 to 14 years
B17001_036M Margin of Error Total Income in the past 12 months at or above poverty level Male 12 to 14 years
B17001_037E Estimate Total Income in the past 12 months at or above poverty level Male 15 years
B17001_037M Margin of Error Total Income in the past 12 months at or above poverty level Male 15 years
B17001_038E Estimate Total Income in the past 12 months at or above poverty level Male 16 and 17 years
B17001_038M Margin of Error Total Income in the past 12 months at or above poverty level Male 16 and 17 years
B17001_039E Estimate Total Income in the past 12 months at or above poverty level Male 18 to 24 years
B17001_039M Margin of Error Total Income in the past 12 months at or above poverty level Male 18 to 24 years
B17001_040E Estimate Total Income in the past 12 months at or above poverty level Male 25 to 34 years
B17001_040M Margin of Error Total Income in the past 12 months at or above poverty level Male 25 to 34 years
B17001_041E Estimate Total Income in the past 12 months at or above poverty level Male 35 to 44 years
B17001_041M Margin of Error Total Income in the past 12 months at or above poverty level Male 35 to 44 years
B17001_042E Estimate Total Income in the past 12 months at or above poverty level Male 45 to 54 years
B17001_042M Margin of Error Total Income in the past 12 months at or above poverty level Male 45 to 54 years
B17001_043E Estimate Total Income in the past 12 months at or above poverty level Male 55 to 64 years
B17001_043M Margin of Error Total Income in the past 12 months at or above poverty level Male 55 to 64 years
B17001_044E Estimate Total Income in the past 12 months at or above poverty level Male 65 to 74 years
B17001_044M Margin of Error Total Income in the past 12 months at or above poverty level Male 65 to 74 years
B17001_045E Estimate Total Income in the past 12 months at or above poverty level Male 75 years and over
B17001_045M Margin of Error Total Income in the past 12 months at or above poverty level Male 75 years and over
B17001_046E Estimate Total Income in the past 12 months at or above poverty level Female NULL
B17001_046M Margin of Error Total Income in the past 12 months at or above poverty level Female NULL
B17001_047E Estimate Total Income in the past 12 months at or above poverty level Female Under 5 years
B17001_047M Margin of Error Total Income in the past 12 months at or above poverty level Female Under 5 years
B17001_048E Estimate Total Income in the past 12 months at or above poverty level Female 5 years
B17001_048M Margin of Error Total Income in the past 12 months at or above poverty level Female 5 years
B17001_049E Estimate Total Income in the past 12 months at or above poverty level Female 6 to 11 years
B17001_049M Margin of Error Total Income in the past 12 months at or above poverty level Female 6 to 11 years
B17001_050E Estimate Total Income in the past 12 months at or above poverty level Female 12 to 14 years
B17001_050M Margin of Error Total Income in the past 12 months at or above poverty level Female 12 to 14 years
B17001_051E Estimate Total Income in the past 12 months at or above poverty level Female 15 years
B17001_051M Margin of Error Total Income in the past 12 months at or above poverty level Female 15 years
B17001_052E Estimate Total Income in the past 12 months at or above poverty level Female 16 and 17 years
B17001_052M Margin of Error Total Income in the past 12 months at or above poverty level Female 16 and 17 years
B17001_053E Estimate Total Income in the past 12 months at or above poverty level Female 18 to 24 years
B17001_053M Margin of Error Total Income in the past 12 months at or above poverty level Female 18 to 24 years
B17001_054E Estimate Total Income in the past 12 months at or above poverty level Female 25 to 34 years
B17001_054M Margin of Error Total Income in the past 12 months at or above poverty level Female 25 to 34 years
B17001_055E Estimate Total Income in the past 12 months at or above poverty level Female 35 to 44 years
B17001_055M Margin of Error Total Income in the past 12 months at or above poverty level Female 35 to 44 years
B17001_056E Estimate Total Income in the past 12 months at or above poverty level Female 45 to 54 years
B17001_056M Margin of Error Total Income in the past 12 months at or above poverty level Female 45 to 54 years
B17001_057E Estimate Total Income in the past 12 months at or above poverty level Female 55 to 64 years
B17001_057M Margin of Error Total Income in the past 12 months at or above poverty level Female 55 to 64 years
B17001_058E Estimate Total Income in the past 12 months at or above poverty level Female 65 to 74 years
B17001_058M Margin of Error Total Income in the past 12 months at or above poverty level Female 65 to 74 years
B17001_059E Estimate Total Income in the past 12 months at or above poverty level Female 75 years and over
B17001_059M Margin of Error Total Income in the past 12 months at or above poverty level Female 75 years and over
Male_5AndBelow_b Calculated Total Income in the past 12 months below poverty level Male 5 and below
Male_5AndBelow_a Calculated Total Income in the past 12 months at or above poverty level Male 5 and below
Female_5AndBelow_b Calculated Total Income in the past 12 months below poverty level Female 5 and below
Female_5AndBelow_a Calculated Total Income in the past 12 months at or above poverty level Female 5 and below
Male_12_17_b Calculated Total Income in the past 12 months below poverty level Male 12 to 17 years
Male_12_17_a Calculated Total Income in the past 12 months at or above poverty level Male 12 to 17 years
Male_25_44_b Calculated Total Income in the past 12 months below poverty level Male 25 to 44 years
Male_25_44_a Calculated Total Income in the past 12 months at or above poverty level Male 25 to 44 years
Male_65AndAbove_b Calculated Total Income in the past 12 months below poverty level Male 65 and above
Male_65AndAbove_a Calculated Total Income in the past 12 months at or above poverty level Male 65 and above
Female_12_17_b Calculated Total Income in the past 12 months below poverty level Female 12 to 17 years
Female_12_17_a Calculated Total Income in the past 12 months at or above poverty level Female 12 to 17 years
Female_25_44_b Calculated Total Income in the past 12 months below poverty level Female 25 to 44 years
Female_25_44_a Calculated Total Income in the past 12 months at or above poverty level Female 25 to 44 years
Female_65AndAbove_b Calculated Total Income in the past 12 months below poverty level Female 65 and above
Female_65AndAbove_b Calculated Total Income in the past 12 months at or above poverty level Female 65 and above