Get startedGet started for free

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.

This exercise is part of the course

Joining Data with dplyr

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise