go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
2.98k stars 276 forks source link

Feature Request: Pivot Table #92

Open dysonance opened 5 years ago

dysonance commented 5 years ago

It would be nice to have feature support for something along the lines of the pandas pivot table logic. The documentation and source code references are included below in case it helps clarify the question at all.

Docs: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.pivot.html

Source: https://github.com/pandas-dev/pandas/blob/v0.24.2/pandas/core/frame.py#L5624-L5628