CommencerCommencer gratuitement

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!

Cet exercice fait partie du cours

Python for Spreadsheet Users

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Import the ticket sales file
____
Modifier et exécuter le code