Challenge 2: Merge with Missing Values (Medium)
This challenge expects you to merge DataFrames that have missing information when combined.
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 three sample rows:
artist | country | plays | genre | fans |
---|---|---|---|---|
The Beatles | 1 | 150 | rock | 50 |
Iron Maiden | 1 |