-
Notifications
You must be signed in to change notification settings - Fork 51
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
Issue futurewarning #407
Issue futurewarning #407
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #407 +/- ##
=======================================
Coverage 98.78% 98.78%
=======================================
Files 28 28
Lines 1978 1978
Branches 435 435
=======================================
Hits 1954 1954
Misses 2 2
Partials 22 22 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the fix.
(looks a bit uglier than it used to but if this what pandas wants...)
Let's include this fix in the 2.4.1 release #403 |
@orbeckst The alternative is to have all lambda states be represented as tuples. so instead of: |
Thanks @jaclark5 ! |
Fixes #408, by adapting code to resolve pandas FutureWarnings: