Skip to content
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

COMPAT: pandas private API #202

Closed
jreback opened this issue May 14, 2016 · 2 comments
Closed

COMPAT: pandas private API #202

jreback opened this issue May 14, 2016 · 2 comments

Comments

@jreback
Copy link
Contributor

jreback commented May 14, 2016

So making some changes here that could potentially break some of the de-facto private API: pandas-dev/pandas#13147

IOW if doing:

from pandas.core import common as pdcom

pdcom.is_categorical()

for example. This wont' break now as I left it in the namespace, but we are migrating to
``pandas.api` for these types of things. However we won't be able to issue a deprecation warning probably to the next version.

@gfyoung
Copy link
Contributor

gfyoung commented Jul 25, 2016

Update: pydata/pandas#13147 has been merged, though in the interests of backwards compatibility, I don't imagine much can be done on this end unless we want to add some not-so-nice try-except blocks.

@bashtage
Copy link
Contributor

This doesn't appear to be an issue.

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

No branches or pull requests

3 participants