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!
This exercise is part of the course
Python for Spreadsheet Users
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Import the ticket sales file
____