Skip to content

as_block depr warning on tab completion #17674

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

Closed
TomAugspurger opened this issue Sep 25, 2017 · 1 comment · Fixed by #17683
Closed

as_block depr warning on tab completion #17674

TomAugspurger opened this issue Sep 25, 2017 · 1 comment · Fixed by #17683
Milestone

Comments

@TomAugspurger
Copy link
Contributor

In [13]: df = pd.Series([1, 2, 3])

In [14]: df.<TAB>
/Users/taugspurger/Envs/pandas-dev/lib/python3.6/site-packages/pandas/pandas/core/generic.py:3720: FutureWarning: as_blocks is deprecated and will be removed in a future version
  return self.as_blocks()

This came up before in #16409 and the fix is in #16414

@jreback
Copy link
Contributor

jreback commented Sep 26, 2017

hmm easy enough to remove deprecated functions from the dir entirely (this is what _dir_deletions does)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants