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.
Diese Übung ist Teil des Kurses
Joining Data with data.table in R
Anleitung zur Übung
Use the merge()
function to left join imdb
to netflix
.
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
# Left join imdb to netflix
___