Currently when using PyMongoArrow one has to juggle schemas for each table. However, we could find some inspiration from this function to make our own version of the Schemas: https://arrow.apache.org/docs/python/generated/pyarrow.Schema.html#pyarrow.Schema.from_pandas
- related to
-
INTPYTHON-116 Add Documentation for Auto-Discovery of Schemas
- Closed