Session Ready
Exercise

Validating a merge

You have been given 2 tables, artists, and albums. Use the console to merge them using artists.merge(albums, on='artid').head(). Adjust the validate argument to answer which statement is False.

Instructions
50 XP
Possible Answers