Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 579 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 579 Bytes

MLB Trade Trees

Analyze any trade in baseball history.

The Data

  • Transactions were obtained free of charge from Retrosheet
  • Player, team info, and stats from Chadwick Bureau
  • Some other stats from Baseball Reference.

Folder Info

data creation for Nextjs

Contains all of the database files from the sources listed above, and the Python scripts to create the backend data for the NextJS application.

mlb-trade-trees-next

Contains the NextJS files that is used for the web app.