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
BUG: passing an invalid fill method to resample(..).fillna() causes an odd error message
Author: Jeff Reback <[email protected]>
Closes#12952 from jreback/fillna and squashes the following commits:
b407683 [Jeff Reback] BUG: passing an invalid fill method to ``resample(..).fillna()`` causes an odd error message
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.1.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -280,7 +280,7 @@ Bug Fixes
280
280
281
281
- Bug in ``.drop()`` with a non-unique ``MultiIndex``. (:issue:`12701`)
282
282
- Bug in ``.concat`` of datetime tz-aware and naive DataFrames (:issue:`12467`)
283
-
283
+
- Bug in correctly raising a ``ValueError`` in ``.resample(..).fillna(..)`` when passing a non-string (:issue:`12952`)
284
284
285
285
- Bug in ``Timestamp.__repr__`` that caused ``pprint`` to fail in nested structures (:issue:`12622`)
286
286
- 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`)
0 commit comments