शुरू करेंमुफ़्त में शुरू करें

Rectangling Star Wars movies

Let's pretend you're a big Star Wars fan and decided to scrape some data from the Star Wars API. You've already loaded the JSON-formatted response into R, and now have two lists of movies named movie_list and movie_planets_list. Your goal is to turn these into rectangular data frames with one row per movie so that you can start crunching those movie stats.

The dplyr package has been pre-loaded for you.

यह अभ्यास पाठ्यक्रम का हिस्सा है

Reshaping Data with tidyr

पाठ्यक्रम देखें

इंटरैक्टिव व्यावहारिक अभ्यास

इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।

# Create a movie column from the movie_list
tibble(___)
कोड संपादित करें और चलाएँ