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
___