PyMongoArrow
Learn how to enhance your MongoDB database’s data analytics capability using PyMongoArrow, an extension to our PyMongo library.
PyMongoArrow
Learning Byte Overview
In this Learning Byte, a MongoDB expert explains what the PyMongoArrow library extension is and why it was created. Then they walk you through the installation and setup of the extension. You will then learn how to export your data using the PyMongoArrow extension into Pandas DataFrames, NumPy Arrays, and Arrow Tables. Finally, you will learn how to write data back into your MongoDB database from one of the three stores mentioned before.
Chapters in this Learning Byte
Chapter 1: The Basics
Chapter 2: Installation and Setup
Chapter 3: Exporting Data
Chapter 4: Writing Data Back to MongoDB
Chapter 5: Learn More