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).
Create a table that contains gross earnings at the box office for the three films.
Create a SQLite database and insert the table that contains the movie name and earnings.
Implement a SQL command to compute the average earnings for the three movies (this may require removing commas from the numerical summary)