2022 NFL Team Offense
2022 NFL Team Offense (Week 9 - Updated Weekly)
@kaggle.mattop_2022nfl_team_offense
2022 NFL Team Offense (Week 9 - Updated Weekly)
@kaggle.mattop_2022nfl_team_offense
CREATE TABLE nfloffenseweek5 (
"rank" BIGINT,
"team" VARCHAR,
"games" BIGINT,
"points_scored" BIGINT,
"total_yards" BIGINT,
"offensive_plays" BIGINT,
"yards_per_play" DOUBLE,
"turnovers_lost" BIGINT,
"fumbles_lost" BIGINT,
"n_1st_downs" BIGINT,
"passes_completed" BIGINT,
"passes_attempted" BIGINT,
"passing_yards" BIGINT,
"passing_touchdowns" BIGINT,
"passing_interceptions" BIGINT,
"net_yards_per_pass_attempt" DOUBLE,
"passing_1st_downs" BIGINT,
"rushing_attempts" BIGINT,
"rushing_yards" BIGINT,
"rushing_touchdowns" BIGINT,
"rushing_yards_per_attempt" DOUBLE,
"rushing_1st_downs" BIGINT,
"penalties" BIGINT,
"penalty_yards" BIGINT,
"n_1st_down_penalties" BIGINT,
"percentage_scoring_drives" DOUBLE,
"percentage_turnover_drives" DOUBLE,
"expected_points" DOUBLE
);
Anyone who has the link will be able to view this.