SYMBOL INDEX (115 symbols across 3 files) FILE: nfl_data_py/__init__.py function import_pbp_data (line 55) | def import_pbp_data( function cache_pbp (line 182) | def cache_pbp(years, downcast=True, alt_path=None): function import_weekly_data (line 256) | def import_weekly_data( function import_seasonal_data (line 317) | def import_seasonal_data(years, s_type='REG'): function see_pbp_cols (line 387) | def see_pbp_cols(): function see_weekly_cols (line 401) | def see_weekly_cols(): function __import_rosters (line 415) | def __import_rosters(release, years, columns=None): function import_weekly_rosters (line 468) | def import_weekly_rosters(years, columns=None): function import_seasonal_rosters (line 498) | def import_seasonal_rosters(years, columns=None): function import_players (line 528) | def import_players(): function import_team_desc (line 538) | def import_team_desc(): function import_schedules (line 551) | def import_schedules(years): function import_win_totals (line 577) | def import_win_totals(years = None): function import_officials (line 603) | def import_officials(years=None): function import_sc_lines (line 630) | def import_sc_lines(years=None): function import_draft_picks (line 656) | def import_draft_picks(years=None): function import_draft_values (line 682) | def import_draft_values(picks=None): function import_combine_data (line 708) | def import_combine_data(years=None, positions=None): function import_ids (line 746) | def import_ids(columns=None, ids=None): function import_contracts (line 778) | def import_contracts(): function import_ngs_data (line 790) | def import_ngs_data(stat_type, years=None): function import_depth_charts (line 821) | def import_depth_charts(years): function import_injuries (line 849) | def import_injuries(years): function import_qbr (line 877) | def import_qbr(years=None, level='nfl', frequency='season'): function __validate_pfr_inputs (line 917) | def __validate_pfr_inputs(s_type, years=None): function import_seasonal_pfr (line 937) | def import_seasonal_pfr(s_type, years=None): function import_weekly_pfr (line 955) | def import_weekly_pfr(s_type, years=None): function import_snap_counts (line 979) | def import_snap_counts(years): function import_ftn_data (line 1011) | def import_ftn_data( function clean_nfl_data (line 1073) | def clean_nfl_data(df): FILE: nfl_data_py/tests/nfl_test.py class test_pbp (line 11) | class test_pbp(TestCase): method test_is_df_with_data (line 14) | def test_is_df_with_data(self): method test_is_df_with_data_thread_requests (line 18) | def test_is_df_with_data_thread_requests(self): method test_uses_cache_when_cache_is_true (line 23) | def test_uses_cache_when_cache_is_true(self): method test_includes_participation_by_default (line 37) | def test_includes_participation_by_default(self): method test_excludes_participation_when_requested (line 40) | def test_excludes_participation_when_requested(self): method test_excludes_participation_if_not_available (line 46) | def test_excludes_participation_if_not_available(self): class test_weekly (line 53) | class test_weekly(TestCase): method test_is_df_with_data (line 54) | def test_is_df_with_data(self): method test_is_df_with_data_thread_requests (line 59) | def test_is_df_with_data_thread_requests(self): class test_seasonal (line 64) | class test_seasonal(TestCase): method test_is_df_with_data (line 65) | def test_is_df_with_data(self): class test_pbp_cols (line 70) | class test_pbp_cols(TestCase): method test_is_list_with_data (line 71) | def test_is_list_with_data(self): class test_weekly_cols (line 75) | class test_weekly_cols(TestCase): method test_is_list_with_data (line 76) | def test_is_list_with_data(self): class test_seasonal_rosters (line 80) | class test_seasonal_rosters(TestCase): method test_is_df_with_data (line 83) | def test_is_df_with_data(self): method test_import_multiple_years (line 87) | def test_import_multiple_years(self): method test_computes_age_as_of_season_start (line 93) | def test_computes_age_as_of_season_start(self): class test_weekly_rosters (line 99) | class test_weekly_rosters(TestCase): method test_is_df_with_data (line 102) | def test_is_df_with_data(self): method test_import_multiple_years (line 106) | def test_import_multiple_years(self): method test_gets_weekly_updates (line 112) | def test_gets_weekly_updates(self): method test_computes_age_as_of_week (line 118) | def test_computes_age_as_of_week(self): class test_team_desc (line 128) | class test_team_desc(TestCase): method test_is_df_with_data (line 129) | def test_is_df_with_data(self): class test_schedules (line 134) | class test_schedules(TestCase): method test_is_df_with_data (line 135) | def test_is_df_with_data(self): class test_win_totals (line 140) | class test_win_totals(TestCase): method test_is_df_with_data (line 141) | def test_is_df_with_data(self): method test_is_df_with_data_no_years (line 146) | def test_is_df_with_data_no_years(self): class test_officials (line 151) | class test_officials(TestCase): method test_is_df_with_data (line 152) | def test_is_df_with_data(self): class test_draft_picks (line 157) | class test_draft_picks(TestCase): method test_is_df_with_data (line 158) | def test_is_df_with_data(self): class test_draft_values (line 163) | class test_draft_values(TestCase): method test_is_df_with_data (line 164) | def test_is_df_with_data(self): class test_combine (line 169) | class test_combine(TestCase): method test_is_df_with_data_no_years_no_positions (line 170) | def test_is_df_with_data_no_years_no_positions(self): method test_is_df_with_data_with_years_no_positions (line 175) | def test_is_df_with_data_with_years_no_positions(self): method test_is_df_with_data_no_years_with_positions (line 180) | def test_is_df_with_data_no_years_with_positions(self): method test_is_df_with_data_with_years_and_positions (line 185) | def test_is_df_with_data_with_years_and_positions(self): class test_ids (line 190) | class test_ids(TestCase): method test_is_df_with_data (line 191) | def test_is_df_with_data(self): method test_import_using_ids (line 196) | def test_import_using_ids(self): method test_import_using_columns (line 201) | def test_import_using_columns(self): method test_import_using_ids_and_columns (line 208) | def test_import_using_ids_and_columns(self): class test_ngs (line 219) | class test_ngs(TestCase): method test_is_df_with_data (line 220) | def test_is_df_with_data(self): class test_clean (line 225) | class test_clean(TestCase): method test_is_df_with_data (line 226) | def test_is_df_with_data(self): class test_depth_charts (line 231) | class test_depth_charts(TestCase): method test_is_df_with_data (line 232) | def test_is_df_with_data(self): class test_injuries (line 237) | class test_injuries(TestCase): method test_is_df_with_data (line 238) | def test_is_df_with_data(self): class test_qbr (line 243) | class test_qbr(TestCase): method test_is_df_with_data (line 244) | def test_is_df_with_data(self): class test_seasonal_pfr (line 249) | class test_seasonal_pfr(TestCase): method test_is_df_with_data (line 252) | def test_is_df_with_data(self): method test_contains_one_row_per_player_per_season (line 256) | def test_contains_one_row_per_player_per_season(self): method test_contains_seasonal_exclusive_columns (line 260) | def test_contains_seasonal_exclusive_columns(self): method test_retrieves_all_available_years_by_default (line 263) | def test_retrieves_all_available_years_by_default(self): method test_filters_by_year (line 269) | def test_filters_by_year(self): class test_weekly_pfr (line 273) | class test_weekly_pfr(TestCase): method test_is_df_with_data (line 276) | def test_is_df_with_data(self): method test_contains_one_row_per_player_per_week (line 280) | def test_contains_one_row_per_player_per_week(self): method test_does_not_contain_seasonal_exclusive_columns (line 285) | def test_does_not_contain_seasonal_exclusive_columns(self): method test_retrieves_all_available_years_by_default (line 288) | def test_retrieves_all_available_years_by_default(self): method test_filters_by_year (line 294) | def test_filters_by_year(self): class test_snaps (line 299) | class test_snaps(TestCase): method test_is_df_with_data (line 300) | def test_is_df_with_data(self): class test_ftn (line 306) | class test_ftn(TestCase): method test_is_df_with_data (line 307) | def test_is_df_with_data(self): method test_is_df_with_data_thread_requests (line 312) | def test_is_df_with_data_thread_requests(self): class test_cache (line 318) | class test_cache(TestCase): method test_cache (line 319) | def test_cache(self): class test_contracts (line 333) | class test_contracts(TestCase): method test_contracts (line 334) | def test_contracts(self): class test_players (line 339) | class test_players(TestCase): method test_players (line 340) | def test_players(self): function __get_player (line 348) | def __get_player(df: pd.DataFrame, player_name: str): function get_pat (line 353) | def get_pat(df): function get_hock (line 356) | def get_hock(df): FILE: nfl_data_py/troubleshooting_info.py function troubleshooting_info (line 6) | def troubleshooting_info():