Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.0.0
Description
In R we have the unify_schemas utility which allows to merge two or more schemas, in Python such feature would be helpful but we don't seem to provide it.
Such feature already exists in C++ ( https://github.com/apache/arrow/blob/27affa3181708c4f800f9d0a70603fb3390d6462/cpp/src/arrow/type.cc#L1722-L1744 ) and should be exposed in PyArrow and documented under https://arrow.apache.org/docs/python/api/datatypes.html
Attachments
Issue Links
- links to