Exercise

One-to-one joins

Are certain turf types associated with concussions? To answer this question, your team has been asked to include data about where games were played and what type of turf is used. Below is the spreadsheet you created. stadiums

You'd like to transition to Pandas and join this data with another dataset describing each game. The datasets are saved to separate csv files, stadiums.csv and games.csv.

Instructions 1/3

undefined XP
    1
    2
    3
  • Load data from stadiums.csv into a data frame called stadiums. Examine the first 10 rows of the data frame.