MongoDB integrations for Apache Arrow. Export MongoDB documents to numpy array, parquet files, and pandas dataframes in one line of code.
92
stars
14
forks
source link
[ARROW-210] Add support for large_list and large_string PyArrow DataTypes #191
Closed
caseyclements closed 10 months ago
Adding support for two additional Arrow DataTypes:
large_list
andlarge_string
appear in theTable.schema
when one callsPolars to_arrow
.This is a small extension of our ListBuilder and StringBuilder classes and additional tests,