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.0.0.rst
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,9 +125,10 @@ Deprecations
125
125
Removed SparseSeries and SparseDataFrame
126
126
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
127
127
128
-
``SparseSeries`` and ``SparseDataFrame`` have been removed (:issue:`28425`).
129
-
We recommend using a ``Series`` or ``DataFrame`` with sparse values instead.
130
-
See :ref:`sparse.migration` for help with migrating existing code.
128
+
``SparseSeries``, ``SparseDataFrame`` and the ``DataFrame.to_sparse`` method
129
+
have been removed (:issue:`28425`). We recommend using a ``Series`` or
130
+
``DataFrame`` with sparse values instead. See :ref:`sparse.migration` for help
131
+
with migrating existing code.
131
132
132
133
Removal of prior version deprecations/changes
133
134
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -199,7 +200,7 @@ Timezones
199
200
Numeric
200
201
^^^^^^^
201
202
- Bug in :meth:`DataFrame.quantile` with zero-column :class:`DataFrame` incorrectly raising (:issue:`23925`)
202
-
-
203
+
-:class:`DataFrame` inequality comparisons with object-dtype and ``complex`` entries failing to raise ``TypeError`` like their :class:`Series` counterparts (:issue:`28079`)
0 commit comments