We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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- 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")
The text was updated successfully, but these errors were encountered:
@hanase for the example above, should I change to 12 & 13?
Sorry, something went wrong.
I think our data has the new sectors, so 12 & 13.
No branches or pull requests
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")
The text was updated successfully, but these errors were encountered: