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
+1-1
Original file line number
Diff line number
Diff line change
@@ -238,6 +238,7 @@ Other Enhancements
238
238
239
239
- ``pd.crosstab()`` has gained a ``normalize`` argument for normalizing frequency tables (:issue:`12569`). Examples in the updated docs :ref:`here <reshaping.crosstabulations>`.
240
240
- ``.resample(..).interpolate()`` is now supported (:issue:`12925`)
241
+
- ``.isin()`` now accepts passed ``sets`` (:issue:`12988`)
241
242
242
243
.. _whatsnew_0181.sparse:
243
244
@@ -584,7 +585,6 @@ Bug Fixes
584
585
585
586
- Bug in consistency of ``.name`` on ``.groupby(..).apply(..)`` cases (:issue:`12363`)
586
587
587
-
588
588
- Bug in ``Timestamp.__repr__`` that caused ``pprint`` to fail in nested structures (:issue:`12622`)
589
589
- 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`)
590
590
- Bug in ``.quantile()`` with interpolation may coerce to ``float`` unexpectedly (:issue:`12772`)
0 commit comments