nflverse / nfl_data_py

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

Improve tests around caching behavior #58

Closed alecglen closed 1 year ago

alecglen commented 1 year ago

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

Also, lets import_pbp_data()'s alt_path param accept a pathlib.Path object.