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

Setting keys

The netflix and imdb data.tables are available in your workspace. Your goal is to set the keys for both data.tables so that you can perform a series of joins without needing to specify the join keys each time.

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

Joining Data with data.table in R

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

अभ्यास निर्देश

  • Set title as the key of both netflix and imdb using setkey() (docs).
  • Inner join imdb to netflix without specifying the on argument.

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

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

# Set the keys
___
___

# Inner join
___
कोड संपादित करें और चलाएँ