Closed
Description
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 deprecateremove_na
(which just can callremove_na_arraylike