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

job sectors have changed #173

Open
stefancoe opened this issue May 20, 2019 · 2 comments
Open

job sectors have changed #173

stefancoe opened this issue May 20, 2019 · 2 comments

Comments

@stefancoe
Copy link
Contributor

Job sectors have changed- need to make sure that code reflects this. For example, 18 & 19 are no longer governmental jobs.

@orca.column('buildings', 'number_of_households', cache=True, cache_scope='step') def number_of_households(buildings, households): return households.building_id.groupby(households.building_id).size().reindex(buildings.index).fillna(0).astype("int32")

@stefancoe
Copy link
Contributor Author

@hanase for the example above, should I change to 12 & 13?

@hanase
Copy link
Collaborator

hanase commented May 20, 2019

I think our data has the new sectors, so 12 & 13.

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

2 participants