Skip to content

Conversation

@jarrett32
Copy link

Issue: #50

Looks like fan graphs added QS as a stat, and maybe a few more (table rows 392-420) that we could add in the future, but this PR quickly adds QS to the end of the table

Example:

from pybaseball.pitching_leaders import pitching_stats

t = pitching_stats(2024).reset_index(drop=True)
for col in t.columns:
    print(col, t[col][0])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant