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 cfb21 (
"unnamed_0" BIGINT,
"team" VARCHAR,
"games" BIGINT,
"win_loss" VARCHAR,
"off_rank" BIGINT,
"off_plays" BIGINT,
"off_yards" BIGINT,
"off_yards_play" DOUBLE,
"off_tds" BIGINT,
"off_yards_per_game" DOUBLE,
"def_rank" BIGINT,
"def_plays" BIGINT,
"yards_allowed" BIGINT,
"yards_play_allowed" DOUBLE,
"off_tds_allowed" BIGINT,
"total_tds_allowed" BIGINT,
"yards_per_game_allowed" DOUBLE,
"first_down_rank" BIGINT,
"first_down_runs" BIGINT,
"first_down_passes" BIGINT,
"first_down_penalties" BIGINT,
"first_downs" BIGINT,
"first_down_def_rank" BIGINT,
"opp_first_down_runs" BIGINT,
"opp_first_down_passes" BIGINT,
"opp_first_down_penalties" BIGINT,
"opp_first_downs" BIGINT,
"n_4th_down_rank" BIGINT,
"n_4th_attempts" BIGINT,
"n_4th_conversions" BIGINT,
"n_4th_percent" DOUBLE,
"n_4rd_down_def_rank" BIGINT,
"opp_4th_conversion" BIGINT,
"opp_4th_attempt" BIGINT,
"opponent_4th_percent" DOUBLE,
"kickoff_return_rank" BIGINT,
"kickoffs_returned" BIGINT,
"kickoff_return_yards" BIGINT,
"kickoff_return_touchdowns" BIGINT,
"avg_yard_per_kickoff_return" BIGINT,
"na" DOUBLE,
"kickoff_return_def_rank" BIGINT,
"opp_kickoff_returns" BIGINT,
"kickoff_touchbacks" BIGINT,
"opponent_kickoff_return_yards" BIGINT,
"opp_kickoff_return_touchdowns_allowed" BIGINT,
"avg_yards_per_kickoff_return_allowed" DOUBLE,
"passing_off_rank" BIGINT,
"pass_attempts" BIGINT,
"pass_completions" BIGINT,
"interceptions_thrown_x" BIGINT,
"pass_yards" BIGINT,
"pass_yards_attempt" DOUBLE,
"yards_completion" DOUBLE,
"pass_touchdowns" BIGINT,
"pass_yards_per_game" DOUBLE,
"pass_def_rank" BIGINT,
"opp_completions_allowed" BIGINT,
"opp_pass_attempts" BIGINT,
"opp_pass_yds_allowed" BIGINT,
"opp_pass_tds_allowed" BIGINT,
"yards_attempt_allowed" DOUBLE,
"yards_completion_allowed" DOUBLE,
"pass_yards_per_game_allowed" DOUBLE,
"penalty_rank" BIGINT,
"penalties" BIGINT,
"penalty_yards" BIGINT,
"penalty_yards_per_game" DOUBLE,
"punt_return_rank" BIGINT,
"punt_returns" BIGINT,
"net_punt_return_yards" BIGINT,
"punt_return_touchdowns" BIGINT,
"avg_yards_per_punt_return" DOUBLE,
"punt_return_def_rank" BIGINT,
"opp_punt_returns" BIGINT,
"opp_net_punt_return_yards" BIGINT,
"opp_punt_return_touchdowns_allowed" BIGINT,
"avg_yards_allowed_per_punt_return" DOUBLE,
"redzone_off_rank" BIGINT,
"redzone_attempts" BIGINT,
"redzone_rush_td" BIGINT,
"redzone_pass_td" BIGINT,
"redzone_field_goals_made" BIGINT,
"redzone_scores" BIGINT,
"redzone_points" DOUBLE,
"redzone_def_rank" BIGINT,
"opp_redzone_attempts" BIGINT,
"opp_redzone_rush_td_allowed" BIGINT,
"opp_redzone_pass_touchdowns_allowed" BIGINT,
"opp_redzone_field_goals_made" BIGINT,
"opp_redzone_scores" BIGINT,
"redzone_points_allowed" DOUBLE,
"rushing_off_rank" BIGINT,
"rush_attempts" BIGINT,
"rush_yds" BIGINT,
"yards_rush" DOUBLE,
"rushing_td" BIGINT,
"rushing_yards_per_game" DOUBLE,
"rushing_def_rank" BIGINT,
"opp_rush_attempts" BIGINT
);
Anyone who has the link will be able to view this.