1. 学习
  2. /
  3. 课程
  4. /
  5. Pandas Joins for Spreadsheet Users

Connected

练习

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.

说明 1 / 共 3 个

undefined XP
    1
    2
    3
  • View the first 10 rows of game_matchups and look at how the data is organized.