Exercise

Putting it all together

Now it's time to put everything we've learned in Chapter 1 to the test. From importing data, to filtering it, sorting it, and creating new columns. The pandas package has already been loaded for you. In this exercise, we'll identify the best-selling movie in our Portland theater location. Good luck and remember your training!

Instructions 1/4

undefined XP
    1
    2
    3
    4
  • Use pd.read_excel() to load in the data from ticket_sales.xlsx and assign the result to sales.