Hey all. Probably a user error thing but am trying to pull monthly stats from fangraphs and I'm only able to return 30 rows of data. Pulling an entire season works just fine. Any insight would be great! Thanks!
This is all I'm trying to start with at the moment:
data = pitching_stats(2024,2024,league="nl", qual=1,month="AUGUST")
Hey all. Probably a user error thing but am trying to pull monthly stats from fangraphs and I'm only able to return 30 rows of data. Pulling an entire season works just fine. Any insight would be great! Thanks!
This is all I'm trying to start with at the moment:
data = pitching_stats(2024,2024,league="nl", qual=1,month="AUGUST")