File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Other enhancements
105
105
of sorting or an incorrect key. See :ref:`here <advanced.unsorted>`
106
106
107
107
- ``pd.cut`` and ``pd.qcut`` now support datetime64 and timedelta64 dtypes (:issue:`14714`, :issue:`14798`)
108
- - ``pd.qcut`` can optionally remove duplicate edges instead of throwing an error (:issue:`7751`)
108
+ - ``pd.qcut`` has gained the ``duplicates='raise'|'drop'`` option to control whether to raise on duplicated edges (:issue:`7751`)
109
109
- ``Series`` provides a ``to_excel`` method to output Excel files (:issue:`8825`)
110
110
- The ``usecols`` argument in ``pd.read_csv`` now accepts a callable function as a value (:issue:`14154`)
111
111
- ``pd.DataFrame.plot`` now prints a title above each subplot if ``suplots=True`` and ``title`` is a list of strings (:issue:`14753`)
You can’t perform that action at this time.
0 commit comments