CommencerCommencer gratuitement

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.

Cet exercice fait partie du cours

Sentiment Analysis in Python

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

length_reviews = movies.review.____.____

# How long is the longest review
print(____(length_reviews))
Modifier et exécuter le code