Skip to content

CLN: more assorted cleanups #27555

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 12 commits into from
Jul 25, 2019
Merged

CLN: more assorted cleanups #27555

merged 12 commits into from
Jul 25, 2019

Conversation

jbrockmendel
Copy link
Member

Continuing with the theme of avoiding runtime imports

@jreback jreback added the Clean label Jul 24, 2019
@jreback jreback added this to the 1.0 milestone Jul 24, 2019
@@ -35,7 +35,7 @@
is_object_dtype,
is_scalar,
)
from pandas.core.dtypes.missing import isna, notna
from pandas.core.dtypes.missing import _isna_ndarraylike, isna, notna
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

future, can you de-privatize this

@jbrockmendel
Copy link
Member Author

Comments addressed

@jreback jreback merged commit 7acfc38 into pandas-dev:master Jul 25, 2019
@jreback
Copy link
Contributor

jreback commented Jul 25, 2019

thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the deps4 branch July 25, 2019 17:32
quintusdias pushed a commit to quintusdias/pandas_dev that referenced this pull request Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants