dspy
dspy copied to clipboard
Fix applymap deprecation warning
Fixes #492
Super, thank you!
Hey @isaacbmiller do you know why things are failing here, it's too small of a change to cause failing checks
Yes, it is because #565 Needs to be merged. Otherwise PR from forks fail
Merge main and the tests should pass!
I merged, the pr can be merged.
After this change I'm getting 'DataFrame' object has no attribute 'map'
on Google Colab where Pandas 1.5.3 is installed by default, should dspy require a newer Pandas version?