This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v0.6.0
0.6.0 (2023-10-04)
Features
- Add df.unstack (#63) (4a84714)
- Add idxmin, idxmax to series, dataframe (#74) (781307e)
- Add ml.preprocessing.KBinsDiscretizer (#81) (24c6256)
- Add multi-column dataframe merge (#73) (c9fa85c)
- Add update and align methods to dataframe (#57) (bf050cf)
- Support STRUCT data type with
Series.struct.fieldto extract child fields (#71) (17afac9)