nflverse / nfl_data_py

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

weekly pfr and ftn data #64

Closed bhibby closed 1 year ago

bhibby commented 1 year 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 1 year 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 1 year ago

v0.3.1 has been released!