ARROW-1971: [Python] Add pandas serialization to the default#1462
ARROW-1971: [Python] Add pandas serialization to the default#1462devin-petersohn wants to merge 2 commits intoapache:masterfrom
Conversation
83425c9 to
e0d4de6
Compare
Registering pandas in default Formatting
e0d4de6 to
2ed3137
Compare
|
@wesm Is there any reason to use |
|
I'd be perfectly fine with the faster pandas serialization code path. I guess the one thing separating the |
|
Is that related to the choice of EDIT: I think I see what you mean, yes, if we get rid of This seems like the obvious thing to do unless there is some drawback with |
|
Yes, thanks @devin-petersohn! This PR looks good to me. @wesm, is speed the only difference between the two implementations? Just curious if there are edge cases. |
|
I think the new version will have marginally better support for "weird pandas data". If you run into issues please open issues so we can investigate |
Moving pandas register into default register.