8000 DEPR: Series.item and Index.item by mroeschke · Pull Request #27112 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DEPR: Series.item and Index.item #27112

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 4 commits into from
Jun 29, 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 whatsnew
  • Loading branch information
Matt Roeschke committed Jun 28, 2019
commit 4f46c3325577c08d9711e50734b0e4f44ada135f
3 changes: 2 additions & 1 deletion doc/source/whatsnew/v0.25.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,8 @@ Other deprecations
- 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` and :meth:`DataFrame.dtypes` (:issue:`26705`).
- :meth:`Timedelta.resolution` is deprecated and replaced with :meth:`Timedelta.resolution_string`. In a future version, :meth:`Timedelta.resolution` will be changed to behave like the standard library :attr:`timedelta.resolution` (:issue:`21344`)
- func:`read_table` has been undeprecated. (:issue:`25220`)
- :func:`read_table` has been undeprecated. (:issue:`25220`)
- :meth:`Index.item` and :meth:`Series.item` is deprecated (:issue:`18262`)

.. _whatsnew_0250.prior_deprecations:

Expand Down
0