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/v0.18.1.txt
+2-6
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,8 @@ Bug Fixes
191
191
192
192
- Bug in ``Timestamp.__repr__`` that caused ``pprint`` to fail in nested structures (:issue:`12622`)
193
193
- Bug in ``Timedelta.min`` and ``Timedelta.max``, the properties now report the true minimum/maximum ``timedeltas`` as recognized by Pandas. See :ref:`documentation <timedeltas.limitations>`. (:issue:`12727`)
194
+
- Bug in ``.quantile()`` with interpolation may coerce to ``float`` unexpectedly (:issue:`12772`)
195
+
- Bug in ``.quantile()`` with empty Series may return scalar rather than empty Series (:issue:`12772`)
194
196
195
197
196
198
@@ -228,9 +230,3 @@ Bug Fixes
228
230
- Bug in ``.describe()`` resets categorical columns information (:issue:`11558`)
229
231
- Bug where ``loffset`` argument was not applied when calling ``resample().count()`` on a timeseries (:issue:`12725`)
230
232
- ``pd.read_excel()`` now accepts path objects (e.g. ``pathlib.Path``, ``py.path.local``) for the file path, in line with other ``read_*`` functions (:issue:`12655`)
231
-
232
-
233
-
234
-
235
-
- Bug in ``.quantile`` with interpolation may coerce to ``float`` unexpectedly (:issue:`12772`)
236
-
- Bug in ``.quantile`` with empty Series may return scalar rather than empty Series (:issue:`12772`)
0 commit comments