-
Forgot to add these to the advanced stats PR
-
- [x] Track pitcher stats for game score
- Let's do this in the same GameGrain that tracks home runs
- The game score tracking should naturally push more updates to the clients than home runs wi…
-
Do you know if it is possible to get range stats from Fangraphs?
-
Hello,
I am using RStudio version 2023.06.0 Build 421 and baseballR version 1.5.0. When running the following function data is returned and all is well
fg_pitcher_leaders (2022, 2024, league = …
-
The functions pybaseball.pitching_stats( 2019, 2019 ) and pybaseball.datasources.fangraphs.fg_pitching_data(2019) only bring in 61 rows and obviously there were more than 61 pitchers in 2019. is this…
-
### Folders
- [x] `data/fangraphs/raw`
- [x] `data/lahman/raw`
- [x] `code`
- [x] `report/figures`
- [x] `report/tables`
### Code
- [x] .gitignore
-
When running the example from the documentation I get the following error:
```python
ValueError: Usecols do not match columns, columns expected but not found:
['mlb_played_first', 'mlb_played_la…
-
Using baseballr version 1.5.0 with R version 4.2.0:
fg_team_batter(2022, 2022, qual = 0) does not give any result while other commands work perfectly fine like bref_daily_batter("2022-08-01", "2022…
-
I've followed several online examples but the playerid_lookup function will not work for me. I run the cell in a jupyter notebook and get about 100 pages of errors.
Last example I tried:
```
fro…
-
`from pybaseball import pitching_stats`
`data = pitching_stats(2021)`
returns this error
raise requests.exceptions.HTTPError(
requests.exceptions.HTTPError: Error accessing 'https://www.fangra…