get_movie_dict() takes a 2-D list similar to movie_db and a dictionary similar to ratings as the parameters and returns a dictionary, where each {key: value} of this dictionary is {a valid movie id: a list containing the name of the movie, the year it got released, and the average rating of this movie}. I will refer to this dictionary as movies. >>> movies = get_movie_dict(movies_db, ratings) >>> display_dict(movies) 1: ['Toy Story', 1995, 3.92] 2: ['Jumanji', 1995, 3.43] 3: ['Grumpier Old Men', 1995, 3.26] 4: ['Waiting to Exhale', 1995, 2.36] 5: ['Father of the Bride Part II', 1995, 3.07] 6: ['Heat', 1995, 3.95] 7: ['Sabrina', 1995, 3.19] 8: ['Tom and Huck', 1995, 2.88] 9: ['Sudden Death', 1995, 3.12] 10: ['GoldenEye', 1995, 3.5] 11: ['American President The', 1995, 3.67] 12: ['Dracula: Dead and Loving It', 1995, 2.42] 13: ['Balto', 1995, 3.12] 14: ['Nixon', 1995, 3.83] 15: ['Cutthroat Island', 1995, 3.0] 16: ['Casino', 1995, 3.93] 17: ['Sense and Sensibility', 1995, 3.78] 18: ['Four Rooms', 1995, 3.7] 19: ['Ace Ventura: When Nature Calls', 1995, 2.73] 20: ['Money Train', 1995, 2.5] Add the following function to your module to display the results of the user’s queries.   This is movie.csv file movieId title genres 1 Toy Story (1995) Adventure|Animation|Children|Comedy|Fantasy 2 Jumanji (1995) Adventure|Children|Fantasy 3 Grumpier Old Men (1995) Comedy|Romance 4 Waiting to Exhale (1995) Comedy|Drama|Romance 5 Father of the Bride Part II (1995) Comedy 6 Heat (1995) Action|Crime|Thriller 7 Sabrina (1995) Comedy|Romance 8 Tom and Huck (1995) Adventure|Children 9 Sudden Death (1995) Action 10 GoldenEye (1995) Action|Adventure|Thriller 11 American President The (1995) Comedy|Drama|Romance 12 Dracula: Dead and Loving It (1995) Comedy|Horror 13 Balto (1995) Adventure|Animation|Children 14 Nixon (1995) Drama 15 Cutthroat Island (1995) Action|Adventure|Romance 16 Casino (1995) Crime|Drama 17 Sense and Sensibility (1995) Drama|Romance 18 Four Rooms (1995) Comedy 19 Ace Ventura: When Nature Calls (1995) Comedy 20 Money Train (1995) Action|Comedy|Crime|Drama|Thriller

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

get_movie_dict() takes a 2-D list similar to movie_db and a dictionary similar to ratings as the parameters and returns a dictionary, where each {key: value} of this dictionary is {a valid movie id: a list containing the name of the movie, the year it got released, and the average rating of this movie}. I will refer to this dictionary as movies.
>>> movies = get_movie_dict(movies_db, ratings)
>>> display_dict(movies)
1: ['Toy Story', 1995, 3.92]
2: ['Jumanji', 1995, 3.43]
3: ['Grumpier Old Men', 1995, 3.26]
4: ['Waiting to Exhale', 1995, 2.36]
5: ['Father of the Bride Part II', 1995, 3.07]
6: ['Heat', 1995, 3.95]
7: ['Sabrina', 1995, 3.19]
8: ['Tom and Huck', 1995, 2.88]
9: ['Sudden Death', 1995, 3.12]
10: ['GoldenEye', 1995, 3.5]
11: ['American President The', 1995, 3.67]
12: ['Dracula: Dead and Loving It', 1995, 2.42]
13: ['Balto', 1995, 3.12]
14: ['Nixon', 1995, 3.83]
15: ['Cutthroat Island', 1995, 3.0]
16: ['Casino', 1995, 3.93]
17: ['Sense and Sensibility', 1995, 3.78]
18: ['Four Rooms', 1995, 3.7]
19: ['Ace Ventura: When Nature Calls', 1995, 2.73]
20: ['Money Train', 1995, 2.5]
Add the following function to your module to display the results of the user’s queries.

 

This is movie.csv file

movieId title genres
1 Toy Story (1995) Adventure|Animation|Children|Comedy|Fantasy
2 Jumanji (1995) Adventure|Children|Fantasy
3 Grumpier Old Men (1995) Comedy|Romance
4 Waiting to Exhale (1995) Comedy|Drama|Romance
5 Father of the Bride Part II (1995) Comedy
6 Heat (1995) Action|Crime|Thriller
7 Sabrina (1995) Comedy|Romance
8 Tom and Huck (1995) Adventure|Children
9 Sudden Death (1995) Action
10 GoldenEye (1995) Action|Adventure|Thriller
11 American President The (1995) Comedy|Drama|Romance
12 Dracula: Dead and Loving It (1995) Comedy|Horror
13 Balto (1995) Adventure|Animation|Children
14 Nixon (1995) Drama
15 Cutthroat Island (1995) Action|Adventure|Romance
16 Casino (1995) Crime|Drama
17 Sense and Sensibility (1995) Drama|Romance
18 Four Rooms (1995) Comedy
19 Ace Ventura: When Nature Calls (1995) Comedy
20 Money Train (1995) Action|Comedy|Crime|Drama|Thriller
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Lists
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-engineering and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY