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.
A coworker has already joined the tables with Pandas and saved the result to players_joined.csv
.
Este exercício faz parte do curso
Pandas Joins for Spreadsheet Users
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Create data frame for players_joined and view
____ = pd.____(____)
print(____)