Get startedGet started for free

Longest and shortest reviews

In this exercise, you will continue to work with the movies dataset. You explored how many positive and negative reviews there are. Now your task is to explore the review column in more detail.

This exercise is part of the course

Sentiment Analysis in Python

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

length_reviews = movies.review.____.____

# How long is the longest review
print(____(length_reviews))
Edit and Run Code