Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flesh out MovieData class and use it for Mongo insertion #57

Open
audiodude opened this issue Dec 13, 2024 · 0 comments
Open

Flesh out MovieData class and use it for Mongo insertion #57

audiodude opened this issue Dec 13, 2024 · 0 comments
Assignees

Comments

@audiodude
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants