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 ejercicio forma parte del curso
Python for Spreadsheet Users
Ejercicio interactivo práctico
Prueba este ejercicio completando el código de muestra.
# Select only movie_title and movie_genre in movies
movies_title_genre = ____
# Print results
print(movies_title_genre)