-
-
Notifications
You must be signed in to change notification settings - Fork 19k
ENH: fill_value in frame+series flex ops #62317
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
Conversation
Appreciate it, my parents have been visiting for the past few weeks, but I should be able to start working on it again next week
I've nailed down the problem. The environments that are error-ing are missing pyarrow. Currently, the reason most don't error is because "_evaluate_op_method" handles type conversion by casting the inputs to large_string. I'll add a test to test for that specifically without using pyarrow and finally fix it
Not for merging, just trying to help @eicchen troubleshoot the CI in #61828.