-
It would be great to have better access to fangraphs defensive statistics.
-
When pulling data on a list of pitchers I noticed this. His actual key is "33829".
Gathering player lookup table. This may take a moment.
name_last name_first key_mlbam key_retro key_bbref k…
-
- We need to add checks to automatically set the "month" parameter to be equal to 1000 when querying specific date ranges
```
# This works
baseballr::fg_batter_leaders(startdate = "2023-03-26", end…
-
FanGraphs Teams pages:
- [Summary](https://fangraphs.com/teams/angels)
- [Stats](https://fangraphs.com/teams/angels/stats)
- [Schedule](https://fangraphs.com/teams/angels/schedule)
- [Player Usa…
-
Is it possible to retrieve the various batting and pitching projections available in Fangraphs with an argument to specify the projection model (e.g. Zips, Steamer)?
Example url: https://www.fangra…
-
the team_batting API is returning the column G which is the total G for the season, but it is not returning column TG which is the total G for the team.
![image](https://github.com/user-attachmen…
-
This is probably a bit of an arduous task but I think a quite valuable one. Fangraphs has a collection of the most valuable and in-depth stats and having this sort of granularity would be invaluable. …
-
Currently, the Fangraphs functions can scrape MiLB data from MNL and FL, but cannot scrape ALL (or portions) of data from the new FanGraphs leaderboards found here: https://www.fangraphs.com/leaders/m…
-
This is my process
```
# returns 2023 season stats (dataframe includes the rookies when inspected)
fg = pb.fg_batting_data(2023, qual=0)
# create lookup table for all players in 2023
lookup …
-
Hi, I followed by [batting_stats](https://github.com/jldbc/pybaseball/blob/master/docs/batting_stats.md) document and tried to use `mnl` to get data but got an error
My Code:
```python
from pyba…