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.
Este ejercicio forma parte del curso
Reshaping Data with pandas
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Normalize the JSON contained in movies
normalize_movies = ____(____)
# Print normalize_movies
print(normalize_movies)