Skip to content

as_block depr warning on tab completion #17674

Closed
@TomAugspurger

Description

@TomAugspurger
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions