8000 Deprecated Series.ftype, Series.ftypes and DataFrame.ftypes features by thiviyanT · Pull Request #26744 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Deprecated Series.ftype, Series.ftypes and DataFrame.ftypes features #26744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 11, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add notes about deprecating Series.ftype, Series.ftypes and DataFrame…
….ftypes methods.
  • Loading branch information
thiviyanT committed Jun 10, 2019
commit fb330cf38de47c6b5a565bf76e7be0a657a63fc0
2 changes: 2 additions & 0 deletions doc/source/whatsnew/v0.25.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,8 @@ Other Deprecations
- The :meth:`DataFrame.compound` and :meth:`Series.compound` methods are deprecated and will be removed in a future version (:issue:`26405`).
- The internal attributes ``_start``, ``_stop`` and ``_step`` attributes of :class:`RangeIndex` have been deprecated.
Use the public attributes :attr:`~RangeIndex.start`, :attr:`~RangeIndex.stop` and :attr:`~RangeIndex.step` instead (:issue:`26581`).
- The :meth:`Series.ftype`, :meth:`Series.ftypes` and :meth:`DataFrame.ftypes` methods are deprecated and will be removed in a future version.
Instead, use :meth:`Series.dtype`, :meth:`Series.dtypes` and :meth:`DataFrame.dtypes` (:issue:`26705`).


.. _whatsnew_0250.prior_deprecations:
Expand Down
0