Try it: Getting data from the web#

Part 1#

Re-write the boxofficemojo query to get the top 1000 movies for R rated movies using Worldwide revenue into a pandas dataframe.

Part 2#

Adjust your query from part 1 to gather the top 200 movies from G, PG, PG-13, and R movies into a single data frame. You will need to add a column to the dataframe for MPAA_Rating.

Part 3#