You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
make_agg_var
function aggregates variables using:mean
,median
,std
andsum
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.The text was updated successfully, but these errors were encountered: