We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2161518 commit 3dbc416Copy full SHA for 3dbc416
doc/source/whatsnew/v0.20.0.txt
@@ -105,6 +105,7 @@ Other enhancements
105
of sorting or an incorrect key. See :ref:`here <advanced.unsorted>`
106
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`)
109
- ``Series`` provides a ``to_excel`` method to output Excel files (:issue:`8825`)
110
- The ``usecols`` argument in ``pd.read_csv`` now accepts a callable function as a value (:issue:`14154`)
111
- ``pd.DataFrame.plot`` now prints a title above each subplot if ``suplots=True`` and ``title`` is a list of strings (:issue:`14753`)
0 commit comments