Skip to content

Commit c476b21

Browse files
committed
note
1 parent b6fb1aa commit c476b21

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,17 @@ Deprecations
7676

7777
.. _whatsnew_1000.prior_deprecations:
7878

79+
80+
Removed SparseSeries and SparseDataFrame
81+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
82+
83+
``SparseSeries`` and ``SparseDataFrame`` have been removed (:issue:`28425`).
84+
We recommend using a ``Series`` or ``DataFrame`` with sparse values instead.
85+
See :ref:`sparse.migration` for help with migrating existing code.
86+
7987
Removal of prior version deprecations/changes
8088
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8189

82-
- Removed ``SparseSeries`` and ``SparseDataFrame`` (:issue:``)
8390
- Removed the previously deprecated :meth:`Series.get_value`, :meth:`Series.set_value`, :meth:`DataFrame.get_value`, :meth:`DataFrame.set_value` (:issue:`17739`)
8491
- Changed the the default value of `inplace` in :meth:`DataFrame.set_index` and :meth:`Series.set_axis`. It now defaults to False (:issue:`27600`)
8592
- :meth:`pandas.Series.str.cat` now defaults to aligning ``others``, using ``join='left'`` (:issue:`27611`)

0 commit comments

Comments
 (0)