Identifying one-to-many relationships
You want to join two datasets with football data. The first dataset containing teams matched for each game is loaded into a data frame called game_matchups
. The second dataset has all the punts for each game and is loaded into a data frame called punts
.
Diese Übung ist Teil des Kurses
Pandas Joins for Spreadsheet Users
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
# View first 10 rows of game_matchups
print(____.head(10))