Uh oh!
There was an error while loading. Please reload this page.
ARROW-17813: [Python] Nested ExtensionArray conversion to/from pandas/numpy - #14238
ARROW-17813: [Python] Nested ExtensionArray conversion to/from pandas/numpy#14238jorisvandenbossche merged 14 commits into
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.
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.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jorisvandenbossche
commented
Oct 4, 2022
cc @emkornfield |
jorisvandenbossche
commented
Oct 4, 2022
To me this PR looks good to go. I just added a comment on ARROW-17535 to see whether we are OK with this for to_pandas, while that JIRA argues for a more complex solution to honor the ExtensionType's custom conversion. |
jorisvandenbossche
commented
Oct 11, 2022
@milesgranger the failures here are actually related |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
…d-estension-conversion
ursabot
commented
Oct 13, 2022
Benchmark runs are scheduled for baseline = 3a72dc0 and contender = 21ba22b. 21ba22b is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
emkornfield
commented
Oct 15, 2022
Sorry I'll reply on the JIRA, but I think this is a good step, I don't have a good solution for introducing the more complex behavior without breaking compatibility other then making it an additional argument. We can discuss more on the JIRA. |
ARROW-17813