Learn Python
Learn Data Structure & Algorithm
Learn Numpy
Learn Pandas
Learn Matplotlib
Learn Seaborn
Learn Statistics
Learn Math
Learn MATLAB
Learn Machine learning
Learn Github
Learn OpenCV
Learn Deep Learning
Learn MySQL
MongoDB Introduction
MongoDB Setup
MongoDB DataBase
MongoDB Insert Data
MongoDB Read Document
MongoDB Update
MongoDB Delete
MongoDB Sorting Index
MongoDB Aggregation
MongoDB Mongodb with python
Learn Web scraping
Learn Excel
Learn Power BI
Learn Tableau
Learn Docker
Learn Hadoop
You can insert data in two ways in mongodb:
To do this you will use insertMany() function. When we add a single document we pass those as a dictionary(key and value pair) for multiple documents we will also pass documents as dictionaries but here we will store all the documents in a list.