Package
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
# Nicholas Pease
|
# Nicholas Pease
|
||||||
# I decided to try MongoD because structure of documents, which aligns closely with JSON format, where I store a majority of the data I work with in other projects.
|
# I decided to try MongoD because structure of documents, which aligns closely with JSON format, where I store a majority of the data I work with in other projects.
|
||||||
# I stored the data in this assignment in a collection of movie documents, where each document contains information about a movie, its directors, and its cast.
|
# I stored the data in this assignment in a collection of movie documents, where each document contains information about a movie, its directors, and its cast.
|
||||||
|
# Answer to part c: If we were accessing movies primarily by their years, followed by their names, I would create a compound index on the 'year' and 'movie_name' fields in the MongoDB collection.
|
||||||
|
|
||||||
import csv
|
import csv
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|||||||
Reference in New Issue
Block a user