nflverse / nfl_data_py

Python code for working with NFL play by play data.
MIT License
252 stars 48 forks source link

weekly pfr and ftn data #64

Closed bhibby closed 11 months ago

bhibby commented 11 months ago

hey,

getting attribute errors when trying to pull down the weekly pfr and ftn data

AttributeError: module 'nfl_data_py' has no attribute 'import_weekly_pfr' AttributeError: module 'nfl_data_py' has no attribute 'import_ftn_data'

thoughts? thanks

alecglen commented 11 months ago

Hey Bill - we just added these new methods and got them merged in here, but the new package release hasn't actually been published quite yet. (that's why they're not in the docs on PyPI)

It will be published very soon (hopefully tonight), at which point you'll be able to use the new methods after running pip install --upgrade nfl-data-py

alecglen commented 11 months ago

v0.3.1 has been released!