Selecting and .drop()
The movie_length column isn't getting cast in our upcoming merger motion picture, so let's get rid of it!
Este exercício faz parte do curso
Python for Spreadsheet Users
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Select only movie_title and movie_genre in movies
movies_title_genre = ____
# Print results
print(movies_title_genre)