-
Notifications
You must be signed in to change notification settings - Fork 92
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
Pandas Deprecation Warning #614
Comments
Sorry, missed this issue for some reason... thanks for the report! |
@patrickdemers6 - shall be fixed in master now, please check! |
I'm sure it's great! Is there an easy way to use the latest version in my project when a release hasn't been created? |
You can install it from source:
|
I can confirm there aren't any warnings shown when running my test. Thanks for resolving this so quickly! |
Describe the bug
Deprecation warnings are generated for Pandas current usage of the pandas API.
How To Reproduce
A sample unit test case to generate this error message:
Your environment
The text was updated successfully, but these errors were encountered: