Challenge 2: Band Initials (Trivial)
Explore how to solve a practical data challenge by applying a function to extract the first two letters from band names using Pandas' map method. Understand mapping functions to DataFrame columns and converting the results into a Python dictionary for analysis.
We'll cover the following...
We'll cover the following...
Problem definition
Your music analyst would like to assign nicknames to each band based on the first two letters of their name. Can you help them with that?
Expected output
A python dict ...