Baselight

2022 NFL Team Offense

2022 NFL Team Offense (Week 9 - Updated Weekly)

@kaggle.mattop_2022nfl_team_offense

Loading...
Loading...

About this Dataset

2022 NFL Team Offense

The dataset contains weekly 2022 NFL team offense stats from the current NFL season (week 9).

The data was collected from Sports Reference then cleaned for data analysis.

Tabular data includes:

  • rank
  • team
  • games
  • points_scored
  • total_yards
  • offensive_plays
  • yards_per_play
  • turnovers_lost
  • fumbles_lost
  • 1st_downs
  • passes_completed
  • passes_attempted
  • passing_yards
  • passing_touchdowns
  • passing_interceptions
  • net_yards_per_pass_attempt
  • passing_1st_downs
  • rushing_attempts
  • rushing_yards
  • rushing_touchdowns
  • rushing_yards_per_attempt
  • rushing_1st_downs
  • penalties: Hit batter with pitch
  • penalty_yards
  • 1st_down_penalites
  • percentage_scoring_drives
  • percentage_turnover_drives
  • expected_points

Tables

Nfloffenseweek3

@kaggle.mattop_2022nfl_team_offense.nfloffenseweek3
  • 24.01 KB
  • 32 rows
  • 28 columns
Loading...

CREATE TABLE nfloffenseweek3 (
  "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
);

Nfloffenseweek4

@kaggle.mattop_2022nfl_team_offense.nfloffenseweek4
  • 24.08 KB
  • 32 rows
  • 28 columns
Loading...

CREATE TABLE nfloffenseweek4 (
  "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
);

Nfloffenseweek5

@kaggle.mattop_2022nfl_team_offense.nfloffenseweek5
  • 24.08 KB
  • 32 rows
  • 28 columns
Loading...

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
);

Nfloffenseweek6

@kaggle.mattop_2022nfl_team_offense.nfloffenseweek6
  • 24.13 KB
  • 32 rows
  • 28 columns
Loading...

CREATE TABLE nfloffenseweek6 (
  "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
);

Nfloffenseweek7

@kaggle.mattop_2022nfl_team_offense.nfloffenseweek7
  • 24.21 KB
  • 32 rows
  • 28 columns
Loading...

CREATE TABLE nfloffenseweek7 (
  "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
);

Nfloffenseweek8

@kaggle.mattop_2022nfl_team_offense.nfloffenseweek8
  • 24.21 KB
  • 32 rows
  • 28 columns
Loading...

CREATE TABLE nfloffenseweek8 (
  "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
);

Nfloffenseweek9

@kaggle.mattop_2022nfl_team_offense.nfloffenseweek9
  • 24.26 KB
  • 32 rows
  • 28 columns
Loading...

CREATE TABLE nfloffenseweek9 (
  "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
);

Share link

Anyone who has the link will be able to view this.