Expand description
Changelog v0.5
DataFrame.columnreturnsResult<_>breaking change.- Define idiomatic way to do inplace operations on a
DataFramewithapply,try_applyandChunkSet ChunkSetTrait.Groupbyaggregations can be done on a selection of multiple columns.Groupbyoperation can be done on multiple keys.Groupbyfirstoperation.Pivotoperation.- Random access to
ChunkedArraytypes via.getand.get_unchecked.