What is your favorite genre of movies? Are you a John Wick, Marvel or a fast and furious fantic?
There is a lot of data we can use for our task but we will use our PA to get the latest and precise
queries. Use the PA.py file to get your favorite actors' movies. Save all your findings in a
dataframe.
e.g.
Actor Movie Name
Will smith Bad Boys
Will smith Hancock
Modify your dataset to display the top 3 rated movies.
Visualize using your own graph i.e. only use Seaborn or Matplotlib.
Furthermore, modify the code to allow the user to get the directors of the Top 3 rated movies.
Reuse and modify Test.py to get the data of all the movies. Test.py should execute based on results in IMDb.py (top rated data).
Comments
Leave a comment