nflverse / nfl_data_py

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

Readme updates #51

Closed alecglen closed 1 year ago

alecglen commented 1 year ago

Adds documentation for seasonal market share metrics, per #13.

Fixes a minor param spec mistake, per #34.

Updates import_pfr_passing() to import_pfr(s_type) to match module, per #50.