LoslegenKostenlos loslegen

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.

Diese Übung ist Teil des Kurses

Reshaping Data with pandas

Kurs anzeigen

Interaktive Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

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

# Print normalize_movies
print(normalize_movies)
Code bearbeiten und ausführen