เริ่มต้นใช้งานเริ่มต้นใช้งานได้ฟรี

Hoisting movie ratings

You've written a script to scrape data on your favorite movies from the Open Movie DataBase API. Now you want to process the JSON data to extract the Rotten Tomatoes rating for each movie. You've been given a data frame named movie_df which holds the JSON responses for five movies. You'll explore this data with unnest_wider() and unnest_longer() before switching to hoist().

The dplyr package has been pre-loaded for you.

แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร

Reshaping Data with tidyr

ดูคอร์ส

แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำ

ลองทำแบบฝึกหัดนี้โดยเติมโค้ดตัวอย่างนี้ให้สมบูรณ์

movie_df %>% 
  # Unnest the movie column
  ___
แก้ไขและรันโค้ด