CommencerCommencer gratuitement

A complex film

You are surprised by your findings from analyzing the movies data, so you find more data to continue the analysis. You explore the data and realize it's in a nested JSON format again.

But this time, it's more complex. You would like to read it into a DataFrame. You will take several steps to achieve that.

The semi-structured JSON named movies is available for you. Make sure to examine it in the console!

The required function for this exercise has been pre-loaded.

Cet exercice fait partie du cours

Reshaping Data with pandas

Afficher le cours

Exercice interactif pratique

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

# Normalize the JSON contained in movies
normalize_movies = ____(____)

# Print normalize_movies
print(normalize_movies)
Modifier et exécuter le code