You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a MovieData dataclass where we store information taken from Wikidata. However, we also have information taken from the Netflix data set (netflix_id, title, year) that should be part of the class.
Once it's all in there, we can do movie.asdict() to convert the data class into a dictionary object, which can be put directly into Mongo.
The text was updated successfully, but these errors were encountered:
We have a MovieData dataclass where we store information taken from Wikidata. However, we also have information taken from the Netflix data set (netflix_id, title, year) that should be part of the class.
Once it's all in there, we can do
movie.asdict()
to convert the data class into a dictionary object, which can be put directly into Mongo.The text was updated successfully, but these errors were encountered: