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!
Este ejercicio forma parte del curso
Python for Spreadsheet Users
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Import the ticket sales file
____