Chris J

Results 2 issues of Chris J

Is there a way to retrieve a pitcher's season-to-date standard stats (ERA, WHIP, IP, SO, etc.) for a given date or game_pk? I would like to know the standard stats...

When trying to import weekly rosters I keep running into this error: ``` roster_data = nfl.import_weekly_rosters(years=range(2013, 2024)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/nfl_data_py/__init__.py", line 474, in import_weekly_rosters rosters["age"] = ((roster_dates - rosters.birth_date).dt.days /...