Closed jaychia closed 6 months ago
Is your feature request related to a problem? Please describe.
Pivot: Converts rows into columns Unpivot : Converts columns into rows
Tasks
distinct()
See also:
pivot_wider
pivot_longer
@jaychia is this done?
Is your feature request related to a problem? Please describe.
Pivot: Converts rows into columns Unpivot : Converts columns into rows
Tasks
distinct()
operation to get the values firstSee also:
pivot_wider
(or, just pivot in our case): https://ibis-project.org/reference/expression-tables#ibis.expr.types.relations.Table.pivot_widerpivot_longer
(or, unpivot in our case): https://ibis-project.org/reference/expression-tables#ibis.expr.types.relations.Table.pivot_longer