-
Notifications
You must be signed in to change notification settings - Fork 375
Closed
Description
This is a speculative idea. Maybe we could define GroupedDataFrame to be callable like this:
(gdf::GroupedDataFrame)(idxs...) = gdf[idxs]
In this way instead of writing:
gdf[("val",)]
users could write gdf("val").
@nalimilan, @pdeffebach - what do you think?
Ref: https://discourse.julialang.org/t/any-plan-for-functionality-like-pandas-loc/81134
Reactions are currently unavailable