Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.1 KB

An-Honest-Review-of-Umpires

Review of MLB Umpires utilizing data sourced from the UmpScorecards project

Overview and Goal

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.

Dictionary of Variables

Dictionary

Data

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.

Report File

Access the Report Here

Coding for the Report

Python Script

This Python Script contains the Python source code utilized in the R console where the report was created.

Rmd File

The RMarkdown report file contains the code utilized to create the Report