Bwar_pitch - QMIND-Team/Sabermetrics GitHub Wiki
['name_common', 'mlb_ID', 'player_ID', 'year_ID', 'team_ID', 'stint_ID', 'lg_ID', 'G', 'GS', 'RA', 'xRA', 'BIP', 'BIP_perc', 'salary', 'ERA_plus', 'WAR_rep', 'WAA', 'WAA_adj', 'WAR']
Name common: The player's name mlb_ID: Each player has his own ID created by the MLB
player_ID: PyBaseball's ID for each player
year_ID: The year
Team_ID: three letters to represent each team
sint_D: Order of appearances within a season
lg_ID: The League the player is in, either NL or AL
G: Games
GS: Games started
RA: Opponents runs scored
xRA: ?
BIP: ?
BIP: ?
salary: How much the player makes
ERA_plus: Pitcher's earned runs taking into account the pitcher's home ballpark and the ERA of the pitcher's league
WAR_Rep: War reputation?
WAA: Wins above replacement. War but with coefficients.
WAR: Overall contribution to the team.
WAR = [[([(League “FIP” – “FIP”) / Pitcher Specific Runs Per Win] + Replacement Level) * (IP/9)] * Leverage Multiplier for Relievers] + League Correction