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
+2-1
Original file line number
Diff line number
Diff line change
@@ -843,7 +843,7 @@ Sparse
843
843
^^^^^^
844
844
- Creating a :class:`SparseArray` from timezone-aware dtype will issue a warning before dropping timezone information, instead of doing so silently (:issue:`32501`)
845
845
- Bug in :meth:`arrays.SparseArray.from_spmatrix` wrongly read scipy sparse matrix (:issue:`31991`)
846
-
-
846
+
- Fixed bug where :class:`DataFrame` containing :class:`SparseArray` filled with ``NaN`` when indexed by a list-like (:issue:`27781`, :issue:`29563`)
847
847
848
848
ExtensionArray
849
849
^^^^^^^^^^^^^^
@@ -856,6 +856,7 @@ ExtensionArray
856
856
- Fixed bug where :meth:`StringArray.memory_usage` was not implemented (:issue:`33963`)
857
857
- Fixed bug where :meth:`DataFrameGroupBy` would ignore the ``min_count`` argument for aggregations on nullable boolean dtypes (:issue:`34051`)
858
858
- Fixed bug that `DataFrame(columns=.., dtype='string')` would fail (:issue:`27953`, :issue:`33623`)
859
+
- Fixed bug in :meth:`ExtensionBlock.fill_value` which did not use ``dtype.fill_value`` where available (:issue:`27781`, :issue:`29563`)
0 commit comments