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
titleas the key of bothnetflixandimdbusingsetkey()(docs). - Inner join
imdbtonetflixwithout specifying theonargument.
इंटरैक्टिव व्यावहारिक अभ्यास
इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।
# Set the keys
___
___
# Inner join
___