Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
topper-123 committed Jun 5, 2019
1 parent 30965bb commit 9a621aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.25.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ Other Deprecations
- 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`)
- The :meth:`DataFrame.compound` and :meth:`Series.compound` methods are deprecated and will be removed in a future version (:issue:`26405`).
- The :meth:`DataFrame.swapaxes` and :meth:`Series.swapaxes` methods are deprecated and will be removed in a future version.
Use :meth:`DataFrame.transpose` and :meth:`Series.transpose` instead(:issue:`26654`).
Use :meth:`DataFrame.transpose` and :meth:`Series.transpose` instead (:issue:`26654`).

.. _whatsnew_0250.prior_deprecations:

Expand Down

0 comments on commit 9a621aa

Please sign in to comment.