-
Notifications
You must be signed in to change notification settings - Fork 303
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: update error logging when converting to pyarrow column fails #1836
Conversation
Thank you so much @chalmerlowe for fixing these issues! Mostly looks good, I just had some questions on the details. |
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
When conversion of a
pyarrow
column fails, the user is not provided adequate information about which column fails to convert. This PR provides additional context to identify the column (if the Series has a.name
parameter).Fixes #1621 🦕
Fixes #1822
This merges and replaces the follow PR(s):
#1824
#1622