Selecting and .drop()
The movie_length
column isn't getting cast in our upcoming merger motion picture, so let's get rid of it!
Diese Übung ist Teil des Kurses
Python for Spreadsheet Users
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
# Select only movie_title and movie_genre in movies
movies_title_genre = ____
# Print results
print(movies_title_genre)