nflverse / nfl_data_py

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

Split import_pfr() into seasonal and weekly methods #55

Closed alecglen closed 1 year ago

alecglen commented 1 year ago

Resolves https://github.com/cooperdff/nfl_data_py/issues/53.

Additionally, I bumped the minimum year check back to 2018 as it seems that data is available in the nflverse-data release now.