College Football Team Stats Seasons 2013 To 2023
Team Statistics for each FBS level college football team
@kaggle.jeffgallini_college_football_team_stats_2019
Team Statistics for each FBS level college football team
@kaggle.jeffgallini_college_football_team_stats_2019
CREATE TABLE cfb23 (
"unnamed_0" BIGINT,
"off_rank" VARCHAR,
"team" VARCHAR,
"games" VARCHAR,
"win_loss" VARCHAR,
"off_plays" VARCHAR,
"off_yards" VARCHAR,
"off_yards_play" VARCHAR,
"off_tds" VARCHAR,
"off_yards_per_game" VARCHAR,
"def_rank" VARCHAR,
"def_plays" VARCHAR,
"yards_allowed" VARCHAR,
"yards_play_allowed" VARCHAR,
"off_tds_allowed" VARCHAR,
"total_tds_allowed" VARCHAR,
"yards_per_game_allowed" VARCHAR,
"n_3rd_down_rank" VARCHAR,
"n_3rd_attempts" VARCHAR,
"n_3rd_conversions" VARCHAR,
"n_3rd_percent" VARCHAR,
"n_3rd_down_def_rank" VARCHAR,
"opp_3rd_conversion" VARCHAR,
"opp_3rd_attempt" VARCHAR,
"opponent_3rd_percent" VARCHAR,
"n_4th_down_rank" VARCHAR,
"n_4th_attempts" VARCHAR,
"n_4th_conversions" VARCHAR,
"n_4th_percent" VARCHAR,
"n_4rd_down_def_rank" VARCHAR,
"opp_4th_conversion" VARCHAR,
"opp_4th_attempt" VARCHAR,
"opponent_4th_percent" VARCHAR,
"penalty_rank" VARCHAR,
"penalties" VARCHAR,
"penalty_yards" VARCHAR,
"penalty_yards_per_game" VARCHAR,
"first_down_def_rank" VARCHAR,
"opp_first_down_runs" VARCHAR,
"opp_first_down_passes" VARCHAR,
"opp_first_down_penalties" VARCHAR,
"opp_first_downs" VARCHAR,
"first_down_rank" VARCHAR,
"first_down_runs" VARCHAR,
"first_down_passes" VARCHAR,
"first_down_penalties" VARCHAR,
"first_downs" VARCHAR,
"kickoff_return_def_rank" VARCHAR,
"opp_kickoff_returns" VARCHAR,
"kickoff_touchbacks_x" VARCHAR,
"opponent_kickoff_return_yards" VARCHAR,
"opp_kickoff_return_touchdowns_allowed" VARCHAR,
"avg_yards_per_kickoff_return_allowed" VARCHAR,
"kickoff_return_rank" VARCHAR,
"kickoffs_returned" VARCHAR,
"kickoff_touchbacks_y" VARCHAR,
"kickoff_return_yards" VARCHAR,
"kickoff_return_touchdowns" VARCHAR,
"avg_yard_per_kickoff_return" VARCHAR,
"passing_off_rank" VARCHAR,
"pass_attempts" VARCHAR,
"pass_completions" VARCHAR,
"interceptions_thrown_x" VARCHAR,
"pass_yards" VARCHAR,
"pass_yards_attempt" VARCHAR,
"yards_completion" VARCHAR,
"pass_touchdowns" VARCHAR,
"pass_yards_per_game" VARCHAR,
"pass_def_rank" VARCHAR,
"opp_completions_allowed" VARCHAR,
"opp_pass_attempts" VARCHAR,
"opp_pass_yds_allowed" VARCHAR,
"opp_pass_tds_allowed" VARCHAR,
"yards_attempt_allowed" VARCHAR,
"yards_completion_allowed" VARCHAR,
"pass_yards_per_game_allowed" VARCHAR,
"punt_return_def_rank" VARCHAR,
"opp_punt_returns" VARCHAR,
"opp_net_punt_return_yards" VARCHAR,
"opp_punt_return_touchdowns_allowed" VARCHAR,
"avg_yards_allowed_per_punt_return" VARCHAR,
"punt_return_rank" VARCHAR,
"punt_returns" VARCHAR,
"net_punt_return_yards" VARCHAR,
"punt_return_touchdowns" VARCHAR,
"avg_yards_per_punt_return" VARCHAR,
"redzone_def_rank" VARCHAR,
"opp_redzone_attempts" VARCHAR,
"opp_redzone_rush_td_allowed" VARCHAR,
"opp_redzone_pass_touchdowns_allowed" VARCHAR,
"opp_redzone_field_goals_made" VARCHAR,
"opp_redzone_scores" VARCHAR,
"redzone_points_allowed" VARCHAR,
"redzone_off_rank" VARCHAR,
"redzone_attempts" VARCHAR,
"redzone_rush_td" VARCHAR,
"redzone_pass_td" VARCHAR,
"redzone_field_goals_made" VARCHAR,
"redzone_scores" VARCHAR,
"redzone_points" VARCHAR
);
Anyone who has the link will be able to view this.