This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v1.18.0
1.18.0 (2024-09-18)
Features
- Add "include" param to describe for string types (#973) (deac6d2)
- Add
subsetparameter toDataFrame.dropnato select which columns to consider (#981) (f7c03dc)
Bug Fixes
- DataFrameGroupby.agg now works with unnamed tuples (#985) (0f047b4)
- Fix a bug that raises exception when re-indexing columns with their original order (#988) (596b03b)
- Make the
Series.applyoutcomeassignable to the original dataframe in partial ordering mode (#874) (c94ead9)