Fix for compatibility with pandas 1.5.x#37
Fix for compatibility with pandas 1.5.x#37nick-gorman merged 14 commits intoUNSW-CEEM:masterfrom ghackebeil:pandas_1.5_compatibility
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? |
|
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. |
|
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: