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.2.0.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,8 +100,8 @@ For example:
100
100
101
101
Other enhancements
102
102
^^^^^^^^^^^^^^^^^^
103
-
104
103
- Added :meth:`~DataFrame.set_flags` for setting table-wide flags on a ``Series`` or ``DataFrame`` (:issue:`28394`)
104
+
- :meth:`DataFrame.applymap` now supports ``na_action`` (:issue:`23803`)
105
105
- :class:`Index` with object dtype supports division and multiplication (:issue:`34160`)
106
106
- :meth:`DataFrame.explode` and :meth:`Series.explode` now support exploding of sets (:issue:`35614`)
107
107
-
@@ -335,7 +335,7 @@ Sparse
335
335
ExtensionArray
336
336
^^^^^^^^^^^^^^
337
337
338
-
-
338
+
- Fixed Bug where :class:`DataFrame` column set to scalar extension type via a dict instantion was considered an object type rather than the extension type (:issue:`35965`)
0 commit comments