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.
Cet exercice fait partie du cours
Joining Data with dplyr
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
