WindowMapping
enum WindowMapping
Window mapping options
Enum Items
Map the group values to the position
Explode the aggregated list and just do a hstack instead of a join this requires the groups to be sorted to make any sense
Join the groups as ‘List<group_dtype>’ to the row positions. warning: this can be memory intensive