nflverse / nfl_data_py

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

weekly player data #48

Closed bhibby closed 1 year ago

bhibby commented 1 year ago

sorry if this is a dumb question but is this information available in nfl_data_py?

[load_player_stats()] Load Player Level Weekly Stats

reference: (https://www.nflfastr.com/reference/load_player_stats.html)

bhibby commented 1 year ago

nvm I think I found it

alecglen commented 1 year ago

Glad you found it, @bhibby! For future reference, the equivalent method is called import_weekly_data().