You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.1.0.rst
+2
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,7 @@ Other enhancements
139
139
- The :meth:`DataFrame.to_feather` method now supports additional keyword
140
140
arguments (e.g. to set the compression) that are added in pyarrow 0.17
141
141
(:issue:`33422`).
142
+
- The :func:`cut` will now accept parameter ``ordered`` with default ``ordered=True``. If ``ordered=False`` and no labels are provided, an error will be raised (:issue:`33141`)
and :meth:`DataFrame.to_json` now support passing a dict of
144
145
compression arguments when using the ``gzip`` and ``bz2`` protocols.
@@ -722,6 +723,7 @@ Reshaping
722
723
- Bug in :meth:`concat` where when passing a non-dict mapping as ``objs`` would raise a ``TypeError`` (:issue:`32863`)
723
724
- :meth:`DataFrame.agg` now provides more descriptive ``SpecificationError`` message when attempting to aggregating non-existant column (:issue:`32755`)
724
725
- Bug in :meth:`DataFrame.unstack` when MultiIndexed columns and MultiIndexed rows were used (:issue:`32624`, :issue:`24729` and :issue:`28306`)
726
+
- Bug in :func:`cut` raised an error when non-unique labels (:issue:`33141`)
0 commit comments