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

Include max and min in make_agg_var function #7

Closed
cvanoli opened this issue Aug 3, 2020 · 1 comment
Closed

Include max and min in make_agg_var function #7

cvanoli opened this issue Aug 3, 2020 · 1 comment

Comments

@cvanoli
Copy link
Collaborator

cvanoli commented Aug 3, 2020

The make_agg_var function aggregates variables using: mean, median, std and sum operations.
In my project I need to get the maximum number of stories of buildings by parcel. It would add more functionality to the make_agg_var incorporating the possibilities to operate with min() and max() functions.

@smmaurer
Copy link
Member

Resolved in PR #8

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