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

Census instance has no attribute 'tract_to_pums' #38

Open
lotur opened this issue Mar 16, 2017 · 3 comments
Open

Census instance has no attribute 'tract_to_pums' #38

lotur opened this issue Mar 16, 2017 · 3 comments

Comments

@lotur
Copy link

lotur commented Mar 16, 2017

Hi,
in the census_api demo, I stumble into this error: the Census instance doesn't seem to have the attribute "tract_to_pums" (see following screenshot):

screenshot

Thank you very much.

@semcogli
Copy link

@lotur

Try "tract10_to_pums" see if that solves your problem.

@lotur
Copy link
Author

lotur commented Apr 6, 2017

@semcogli

This doesn't work either. As the screenshot in my previous post shows, these are the attributes of the object c, that is an instance of the Census class:

'c',
'pums_cache',
'pums_relationship_df',
'pums00_household_base_url',
'pums10_household_base_url',
'base_url',
'fips_url',
'pums_household_state_base_url',
'pums_population_state_base_url',
'pums10_population_base_url',
'pums_relationship_file_url',
'fips_df',
'pums00_population_base_url'

There is no "tract_to_pums" or "tract10_to_pums" function.

Could someone please help me to understand?

Thank you very much.

@cvanoli
Copy link
Collaborator

cvanoli commented Apr 30, 2018

Sorry for the late reply. The attribute that corresponds to the census_helpers script is called "tract_to_puma". Try changing that.
Thanks

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

No branches or pull requests

3 participants