pybaseball
pybaseball copied to clipboard
Pull current and historical baseball statistics using Python (Statcast, Baseball Reference, FanGraphs)
I'm interested in helping with documentation. **My initial proposal** - Use https://readthedocs.org/ to host and Sphinx for auto documentation - There seems to be a desire to keep the project...
It seems like we have a few different docstring styles in the code. I'd like to standardize around one format as a standard. I found this article on some different...
Hey, when I do `pitching_stats` I get tons of data. The only stat I can see that is missing is Quality Starts. Do you know how I can get that...
I'm adding @schorrm as a collaborator for both this repo and its associated PyPI project. Moshe has been active in using and improving the package both here and in his...
It may be a difficult feature to add, but I would like to see the addition of player position appearances added. I realize this data is recorded in the Lahman...
pitching_stats method does not include wins and losses despite the Readme displaying wins and losses
### Description * Spring training usually start from near **2/20** but the default range of start date is **3/15** * Change the default from 3/15 to 2/15
`data_sc = batting_stats(2023, 2023, month='JUNE', max_results=5)` The above returns 30 results while it should return 5 `data_sc = batting_stats(2023, 2023, max_results=5)` The above returns 5 results which is correct.
Fangraphs allows filtering leaderboards by last seven, fourteen and thirty days by setting the month to 1, 2, or 3 respectively. - Adds support to pybaseball to filter by these...
I'm trying to execute 'from pybaseball import statcast' on a JupyterLab notebook like normal, but now I'm receiving an error code stating the module doesn't exist. Does anyone know what's...