Exercise

Selecting and .drop()

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

Instructions 1/2

undefined XP
  • 1

    Select only the movie_title and movie_genre columns from movies.

  • 2

    Now use .drop() to remove the movie_length column from movies.