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/v1.1.0.rst
+4-2
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ Categorical
238
238
- Bug where :func:`merge` was unable to join on non-unique categorical indices (:issue:`28189`)
239
239
- Bug when passing categorical data to :class:`Index` constructor along with ``dtype=object`` incorrectly returning a :class:`CategoricalIndex` instead of object-dtype :class:`Index` (:issue:`32167`)
240
240
- Bug where :class:`Categorical` comparison operator ``__ne__`` would incorrectly evaluate to ``False`` when either element was missing (:issue:`32276`)
241
-
-
241
+
-:meth:`Categorical.fillna` now accepts :class:`Categorical` ``other`` argument (:issue:`32420`)
242
242
243
243
Datetimelike
244
244
^^^^^^^^^^^^
@@ -269,6 +269,7 @@ Numeric
269
269
- Bug in :meth:`DataFrame.floordiv` with ``axis=0`` not treating division-by-zero like :meth:`Series.floordiv` (:issue:`31271`)
270
270
- Bug in :meth:`to_numeric` with string argument ``"uint64"`` and ``errors="coerce"`` silently fails (:issue:`32394`)
271
271
- Bug in :meth:`to_numeric` with ``downcast="unsigned"`` fails for empty data (:issue:`32493`)
272
+
- Bug in :meth:`DataFrame.mean` with ``numeric_only=False`` and either ``datetime64`` dtype or ``PeriodDtype`` column incorrectly raising ``TypeError`` (:issue:`32426`)
272
273
-
273
274
274
275
Conversion
@@ -377,7 +378,7 @@ Reshaping
377
378
378
379
Sparse
379
380
^^^^^^
380
-
381
+
- Creating a :class:`SparseArray` from timezone-aware dtype will issue a warning before dropping timezone information, instead of doing so silently (:issue:`32501`)
381
382
-
382
383
-
383
384
@@ -395,6 +396,7 @@ Other
395
396
- Set operations on an object-dtype :class:`Index` now always return object-dtype results (:issue:`31401`)
396
397
- Bug in :meth:`AbstractHolidayCalendar.holidays` when no rules were defined (:issue:`31415`)
397
398
- Bug in :meth:`DataFrame.to_records` incorrectly losing timezone information in timezone-aware ``datetime64`` columns (:issue:`32535`)
399
+
- :meth:`IntegerArray.astype` now supports ``datetime64`` dtype (:issue:32538`)
0 commit comments