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

Left join

In this exercise, you will practice left joins! In a left join, rows from only the left (or the first) data.table will be retained.

Both netflix and imdb are available in your workspace.

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

Joining Data with data.table in R

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

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

Use the merge() function to left join imdb to netflix.

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

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

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