Validating a merge
You have been given 2 tables, artists
, and albums
. Merge them using artists.merge(albums, on='artid').head()
, adjusting the validate
argument to determine which statement is False.
This exercise is part of the course
Joining Data with pandas
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
