...
/Challenge 1: Basic Merge [Countries & Bands] (Trivial)
Challenge 1: Basic Merge [Countries & Bands] (Trivial)
This challenge expects you to merge two DataFrames containing country information and band information.
We'll cover the following...
Problem definition
Your music analyst now has two datasets with complementary information.
The first dataset contains information about bands, and their associated data. However, instead of names, it refers to countries by their IDs. Here are the first three rows:
artist | country | plays | genre | fans |
---|---|---|---|---|
The Beatles | 1 | 150 | rock | 50 |