Plan on supporting pivot_table like pandas.DataFrame.pivot_table?
Author: dingweihuaCreated Sep 27, 2020Updated Feb 1, 2025
Labelsfeature-requestpriority: low
As Vaex has fast groupby, do we have any plan on implementation of pivot_table like pandas.DataFrame.pivot_table (https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.pivot_table.html)? Would that reach mush better performance?
Or is there any suggestion to implement pivot_table with Vaex?
Source: vaexio/vaex