The below code fetch the data from CSV file which is shown in image and store in python dictionary
from pymongo import MongoClient import csv try: conn=Mon