diff --git a/nfl_data_py/__init__.py b/nfl_data_py/__init__.py index 2a0d81d..a8ac202 100644 --- a/nfl_data_py/__init__.py +++ b/nfl_data_py/__init__.py @@ -38,6 +38,7 @@ see_pbp_cols() - return list of play-by-play columns see_weekly_cols() - return list of weekly stat columns import_team_desc() - import descriptive data for team viz +cache_pbp() - save pbp files locally to allow for faster loading clean_nfl_data() - clean df by aligning common name diffs """