PyMongoArrow 1.13.0 is out!
New:
-
Parallel batch processing for faster data loading (
parallelism="threads"or"processes") -
PyArrow 15.0 support
Fixed:
-
Schema inference overflow errors when int32 values are followed by int64 values
-
Parallel batch processing failures when batches have different inferred schemas
Upgrade now :
pip install -U pymongoarrowFull changelog