LoslegenKostenlos loslegen

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.

Diese Übung ist Teil des Kurses

Pandas Joins for Spreadsheet Users

Kurs anzeigen

Interaktive Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

# Create data frame for players_joined and view
____ = pd.____(____)
print(____)
Code bearbeiten und ausführen