What columns would you join on?
You'll be joining together the parts
and part_categories
tables. You can first inspect them in the console. To join these two tables together using the inner_join
verb, what columns would you join from each table?
Since you'll be working with dplyr throughout the course, the package will be preloaded for you in each exercise.
Diese Übung ist Teil des Kurses
Joining Data with dplyr
Interaktive Übung
Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um
