MongoDB.local SF, Jan 15: See the speaker lineup & ship your AI vision faster. Use WEB50 to save 50%
Find out more >
Docs Menu
Docs Home
/ /

MongoDB PyMongoArrow

PyMongoArrow is a PyMongo extension containing tools for loading MongoDB query result-sets as Apache Arrow tables, NumPy arrays, and Pandas or Polars DataFrames. PyMongoArrow is the recommended way to materialize MongoDB query result-sets as contiguous-in-memory typed arrays suited for in-memory analytical processing applications.

Learn how to install or upgrade PyMongoArrow, and how to begin working with data in the Get Started guide.

Learn about the types of data supported with PyMongoArrow in the Data Types section.

For examples of using PyMongoArrow schemas, see the Schema Examples section.

Find more information about PyMongoArrow versions, release notes, and documentation for previous versions in the Reference section.

Find information about PyMongoArrow compatibility with Python, PyArrow, and PyMongo, see the Compatibility page.

For detailed information about types and methods in PyMongoArrow, see the PyMongoArrow API documentation.

Find information about reporting bugs, requesting features, and contributing to PyMongoArrow on the Issues and Help page.

Back

PyMongoArrow