-
Notifications
You must be signed in to change notification settings - Fork 6
use public pandas API instead of pandas.core #28
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
Comments
I'd also suggest making a PR in pandas to make e.g. NDArrayBackedExtensionArray public |
You might be able to trim some code by using DatetimeLikeArrayMixin instead of NDArrayBackedExtensionArray |
To give a few examples, from taking a look at
The |
The stability of
pandas.core
is not guaranteed. We should usepandas
where we can and raise an issue with pandas where not available.The text was updated successfully, but these errors were encountered: