Inner join
Two data.tables are available in your workspace:
netflix: contains a selection of original series released by Netflix in 2017imdb: contains average user ratings for a selection of TV shows and movies from IMDB.
Your goal is use the merge() (docs) function to perform an inner join to build a new data.table containing all series from netflix that have a rating in imdb.
แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร
Joining Data with data.table in R
แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำ
ลองทำแบบฝึกหัดนี้โดยเติมโค้ดตัวอย่างนี้ให้สมบูรณ์
# Print the data.tables in your R session
___
___