Review of MLB Umpires utilizing data sourced from the UmpScorecards project
The goal of this report is to make an objective review of Umpires, specifically Angel Hernandez and Joe West, and see where their performance lies compared to umpires across the MLB.
All data can be found within the Data Folder
- games.csv contains each game of an umpire from 2015 through 05-27-2024.
- seasoned_umps.csv contains the rank variables of all "seasoned umpires" (those with greater than 29,500 Pitches Called since 2015)
- ump_totals.csv contains the summarised statistics of
games.csv
.
This Python Script contains the Python source code utilized in the R console where the report was created.
The RMarkdown report file contains the code utilized to create the Report