Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ask for help: Please place the source (census table and translated code names for things like population_by_age) #78

Open
jeffreisnerpeddle opened this issue Jan 10, 2024 · 1 comment

Comments

@jeffreisnerpeddle
Copy link

Describe the problem

I don't know where the data is coming from or when the data was generated

Sample code to reproduce the problem

for zipcode 01827 i am seeing a population_by_age of:

{'0': 67, '1': 130, '2': 172, '3': 164, '4': 64, '5': 44, '6': 37, '7': 64, '8': 146, '9': 188, '10': 158, '11': 113, '12': 99, '13': 72, '14': 35, '15': 26, '16': 12, '17': 7}

Potential Solution

place an object in the elements as the data source, table name, year of source

Maybe you can try talk to the author lively here https://gitter.im/MacHu-GWU-Python-Library-Technical-Support/community

@stajdini
Copy link

stajdini commented Jul 4, 2024

From the table here, I belive these are the right coding for population_by_age:

{'0': 'Under 5', '1': '5 to 9', '2': '10 to 14', '3': '15 to 19',
'4': '20 to 24','5': '25 to 29','6': '30 to 34','7': '35 to 39','8': '40 to 44',
'9': '45 to 49','10': '50 to 54','11': '55 to 59','12': '60 to 64','13': '65 to 69',
'14': '70 to 74','15': '75 to 79','16': '80 to 84','17': 'above 85'}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants