Session Ready
Exercise

.str.lower() and .str.title()

Oh no! All of our movie titles in the movies DataFrame were inputted as uppercase by some guy at the popcorn stand!

Let's take this as an opportunity to practice using some of our methods for cleaning up case in Python.

Instructions 1/2
undefined XP
  • 1

    Use the right method to change the movie_title column to lower case.

    • 2

      Use the right method to change the movie_title column to title case.