1. Learn
  2. /
  3. Courses
  4. /
  5. Pandas Joins for Spreadsheet Users

Exercise

Many-to-many joins

Your team is excited to watch some game films and get a better idea of plays resulting in concussions. First you want to get the jersey numbers of players involved in the critical plays. You have data similar to the two tables below.
playas

A coworker has already joined the tables with Pandas and saved the result to players_joined.csv.

Instructions 1/2

undefined XP
    1
    2
  • Load players_joined.csv into a data frame called players_joined. Examine the first 20 rows of the data frame.