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
The memory usage of the two approaches is identical. See :ref:`sparse.migration` for more (:issue:`19239`).
324
+
325
+
Other Deprecations
326
+
^^^^^^^^^^^^^^^^^^
327
+
302
328
- The deprecated ``.ix[]`` indexer now raises a more visible FutureWarning instead of DeprecationWarning (:issue:`26438`).
303
329
- Deprecated the ``units=M`` (months) and ``units=Y`` (year) parameters for ``units`` of :func:`pandas.to_timedelta`, :func:`pandas.Timedelta` and :func:`pandas.TimedeltaIndex` (:issue:`16344`)
304
330
- The :attr:`SparseArray.values` attribute is deprecated. You can use ``np.asarray(...)`` or
305
331
the :meth:`SparseArray.to_dense` method instead (:issue:`26421`).
306
332
- The functions :func:`pandas.to_datetime` and :func:`pandas.to_timedelta` have deprecated the ``box`` keyword. Instead, use :meth:`to_numpy` or :meth:`Timestamp.to_datetime64` or :meth:`Timedelta.to_timedelta64`. (:issue:`24416`)
307
333
- The :meth:`DataFrame.compound` and :meth:`Series.compound` methods are deprecated and will be removed in a future version (:issue:`26405`).
0 commit comments