pybaseball
pybaseball copied to clipboard
Pull current and historical baseball statistics using Python (Statcast, Baseball Reference, FanGraphs)
I have noticed that when I run `data = statcast()` to get yesterdays pitching data it returns an empty data frame attached are some pictures showing the last day I...
The code calls from the core folder, and the Salaries.csv file is actually in contrib.
Trying below, I get "No tables found" ``` from pybaseball import top_prospects # Get top pitching prospects for the Toronto Blue Jays topProspects = top_prospects("bluejays", "pitchers") ```
I started working on a PR to fetch the various [player projections tables from FanGraphs](https://www.fangraphs.com/projections.aspx?pos=all&stats=bat&type=fangraphsdc&team=0&lg=all&players=0) and could use some help. Figured it'd be easier to open a PR than try...
I can pull data up to 4/5/2022, but after that, it returns empty data frames.
Newly promoted players do not return names in the playerid_reverse_lookup() function. So far I have noticed issues with Bobby Witt Jr, Steven Kwan and Seiya Suzuki, but I am assuming...
If you want the fresh 2.2.3, you'll have to install from the repo. Brought up in the devs slack but just wanted to make an issue about it so we...
The column titles for the statcast_batter_exitvelo_barrels has a space before the first_name index. It took me a while to realize what was happening when I was trying to reorganize my...
Wanted to flag that team_batting is pulling pitching stats specifically for 2021. Tested on different years and everything is working. Tried uninstalling pybaseball entirely and still getting this issue.
Any chance we could create an official or unofficial discord server or slack channel for users that want to help other users?