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.
Este exercício faz parte do curso
Sentiment Analysis in Python
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
length_reviews = movies.review.____.____
# How long is the longest review
print(____(length_reviews))