-
Notifications
You must be signed in to change notification settings - Fork 38
Fix for compatibility with pandas 1.5.x #37
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
Fix for compatibility with pandas 1.5.x #37
Conversation
|
If it's okay with you, I'll also add another build parameter to test the project on both pandas 1.x and 2.x. I'll wait until I see "workflow approval" on this PR to modify the cicd.yml file and push those changes as well. |
|
@nick-gorman: Any chance you have a moment to approve this PR for test workflow? |
89819f8 to
42e9142
Compare
42e9142 to
b2e751e
Compare
|
Figured out how to run the action workflows on my fork. Updated description with test workflow changes. |
|
@ghackebeil Can you push an empty/trivial commit so we can see if that triggers the testing workflow? |
|
Sure! Will push something shortly. |
|
I need to fix the author on my last commit, sorry. Going to do a force push again to my fork in a moment. |
5056c9a to
81d26c1
Compare
|
Good to go now. Here's a link to where the tests are running on my fork, if that helps (in case they don't run here): |
|
I'll try to figure out what is with the build errors. Things were passing before now. |
|
Latest build looks good, @nick-gorman. |
Addresses #36
groupby(...).apply(..., include_groups=False)Test workflow changes: