Skip to content

COMPAT: replace import of remove_na #16971

Closed
@jreback

Description

@jreback

https://travis-ci.org/pandas-dev/pandas/jobs/253985437

xref #16935

this breaks seaborn which is apparently using this private method.

So let's

  • open an issue on seaborn about this (optionally they can simply use s[s.notnull()] instead of the import), prob would appreciate a PR
  • add back the import to pandas.core.series and deprecate remove_na (which just can call remove_na_arraylike

Metadata

Metadata

Assignees

No one assigned

    Labels

    Compatpandas objects compatability with Numpy or Python functionsDeprecateFunctionality to remove in pandas

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions