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
Update doc/source/whatsnew/v0.25.0.rst
Co-Authored-By: Joris Van den Bossche <jorisvandenbossche@gmail.com>
  • Loading branch information
thiviyanT and jorisvandenbossche authored Jun 10, 2019
commit 510893bf16f9d4f16c666469519c4dd39e6ce9d4
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 @@ -479,7 +479,7 @@ Other Deprecations
- 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`).
Instead, use :meth:`Series.dtype` and :meth:`DataFrame.dtypes` (:issue:`26705`).


.. _whatsnew_0250.prior_deprecations:
Expand Down
0