MongoDB integrations for Apache Arrow. Export MongoDB documents to numpy array, parquet files, and pandas dataframes in one line of code.
90
stars
14
forks
source link
Add an optional bool flag to the `write` function to skip writing `null` fields #210
Open
alessio-locatelli opened 6 months ago
Function parameters example
Usage example
How
Replacing https://github.com/mongodb-labs/mongo-arrow/blob/main/bindings/python/pymongoarrow/api.py#L390 with
did the job.