mongodb-labs / mongo-arrow

MongoDB integrations for Apache Arrow. Export MongoDB documents to numpy array, parquet files, and pandas dataframes in one line of code.
https://mongo-arrow.readthedocs.io
Apache License 2.0
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

caseyclements commented 10 months ago

Adding support for two additional Arrow DataTypes: large_list and large_string appear in the Table.schema when one calls Polars to_arrow.

This is a small extension of our ListBuilder and StringBuilder classes and additional tests,