Uh oh!
There was an error while loading. Please reload this page.
fix: update error logging when converting to pyarrow column fails - #1836
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Linchin
commented
Mar 18, 2024
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. |
Uh oh!
There was an error while loading. Please reload this page.
When conversion of a
pyarrowcolumn 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.nameparameter).Fixes#1621 🦕
Fixes#1822
This merges and replaces the follow PR(s):
#1824
#1622