CommencerCommencer gratuitement

Selecting and .drop()

The movie_length column isn't getting cast in our upcoming merger motion picture, so let's get rid of it!

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.

# Select only movie_title and movie_genre in movies
movies_title_genre = ____

# Print results
print(movies_title_genre)
Modifier et exécuter le code