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-2
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ Other enhancements
91
91
- The :meth:`DataFrame.to_feather` method now supports additional keyword
92
92
arguments (e.g. to set the compression) that are added in pyarrow 0.17
93
93
(:issue:`33422`).
94
+
- 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.
- Bug in :meth:`concat` where when passing a non-dict mapping as ``objs`` would raise a ``TypeError`` (:issue:`32863`)
541
542
- :meth:`DataFrame.agg` now provides more descriptive ``SpecificationError`` message when attempting to aggregating non-existant column (:issue:`32755`)
542
543
- Bug in :meth:`DataFrame.unstack` when MultiIndexed columns and MultiIndexed rows were used (:issue:`32624`, :issue:`24729` and :issue:`28306`)
543
-
- Bug in :func:`cut` when non-unique labels used an error raised. Added input parameter ``ordered`` to :func:`cut` with default (``ordered=True``).
544
-
If ``ordered=False`` and no labels are provided, an error will be raised (:issue:33141`)
544
+
- Bug in :func:`cut` raised an error when non-unique labels (:issue:`33141`)
0 commit comments