Q1. (4 points)

Using information from imdb.com, scrape the storyline from your three favorite movies. Create a data frame that contains three rows, one for each movie, and two columns (movie name and storyline).

Q2. (12 points)

a.

Create a table that contains gross earnings at the box office for the three films.

b.

Create a SQLite database and insert the table that contains the movie name and earnings.

c.

Implement a SQL command to compute the average earnings for the three movies (this may require removing commas from the numerical summary)