-
Hello, please add ability for download file in Slimer. For example in PhantomJs https://github.com/ariya/phantomjs/issues/10052
-
what do I need to download to do this. i tried and it didn't work
-
I wanted to see where a pitcher was throwing most of their fastballs this year compared to last and discovered that we don't have a simple pitch count heatmap.
I think we should!
-
![image](https://github.com/chadwickbureau/register/assets/100531000/d5f91dd9-c975-4d94-b43b-3ec8ab922ead)
Are player fangraphs keys updated? I can see mlbam and bbref keys are populated, but not f…
-
The FanGraphs functions `pitching_stats()` and `batting_stats()` appear to convert names from that [site](https://www.fangraphs.com/leaders/major-league?pos=all&stats=bat&lg=all&qual=y&type=8&season=2…
-
I was following a tutorial grabbing batting and pitching stats and my Pandas Dataframe was only returning an Empty Dataframe with the only column being "IDfg". I then went to the repo and copy pasted …
-
A number of the Fangraphs Data Acquisition Functions are not working as documented.
For example:
`import pandas as pd
import pybaseball
stat = ['HardHit%']
pybaseball.pitching_stats(2023,stat…
-
https://library.fangraphs.com/offense/offensive-statistics-list/
https://library.fangraphs.com/offense/ops/
- [ ] ISO
- [ ] OPS+
- For this, we can't take into account park factors, so instead…
-
https://library.fangraphs.com/misc/wpa/
https://library.fangraphs.com/misc/li/
-
https://library.fangraphs.com/pitching/
- [ ] FIP
- [ ] ERA-
- Since we can't account for park factors, just calculate this by finding the league average ERA (adjusted to 100) and scale individ…