pybaseball icon indicating copy to clipboard operation
pybaseball copied to clipboard

Pull current and historical baseball statistics using Python (Statcast, Baseball Reference, FanGraphs)

Results 158 pybaseball issues
Sort by recently updated
recently updated
newest added

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...

feedback wanted
governance

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...

feedback wanted
governance

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...

help wanted
feature request
good first issue

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...

announcement

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...

feature request

### 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...