nflverse / nfl_data_py

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

AttributeError: module 'nfl_data_py' has no attribute 'import_seasonal_pfr' #70

Closed bjw6 closed 11 months ago

bjw6 commented 11 months ago

The function to import player data is not working.

alecglen commented 11 months ago

Hey @bjw6! Can you run pip show nfl-data-py to check that you are using the latest version of nfl_data_py? That function was recently added in v0.3.1.

bjw6 commented 11 months ago

Fixed!