Baseball Teams

Description: list of US baseball teams between 1901-2019

Source

Processing: deleted all of the data before 1900, removed some unnecessary columns, and removed some rows in which there was a lot of blank cells

Columns:

  • Year (numerical): year that each team existed
  • Rank (numerical): ranking of the top ten teams each year
  • Home Games (numerical): number of home games that each team played in that year
  • Team Name (string): name of the team
  • Baseball Field (string): name of the home field for each team
  • Team ID (string): three letter team ID

Found a bug in the documentation? Let us know at documentation@code.org