Field | Description | Type |
---|---|---|
|
|
|
Field | Description | Type |
---|---|---|
play_id | Numeric play id that when used with game_id and drive provides the unique identifier for a single play. | numeric |
game_id | Ten digit identifier for NFL game. | character |
old_game_id | Legacy NFL game ID. | character |
home_team | String abbreviation for the home team. | character |
away_team | String abbreviation for the away team. | character |
season_type | 'REG' or 'POST' indicating if the game belongs to regular or post season. | character |
week | Season week. | numeric |
posteam | String abbreviation for the team with possession. | character |
posteam_type | String indicating whether the posteam team is home or away. | character |
defteam | String abbreviation for the team on defense. | character |
side_of_field | String abbreviation for which team's side of the field the team with possession is currently on. | character |
yardline_100 | Numeric distance in the number of yards from the opponent's endzone for the posteam. | numeric |
game_date | Date of the game. | character |
quarter_seconds_remaining | Numeric seconds remaining in the quarter. | numeric |
half_seconds_remaining | Numeric seconds remaining in the half. | numeric |
game_seconds_remaining | Numeric seconds remaining in the game. | numeric |
game_half | String indicating which half the play is in, either Half1, Half2, or Overtime. | character |
quarter_end | Binary indicator for whether or not the row of the data is marking the end of a quarter. | numeric |
drive | Numeric drive number in the game. | numeric |
sp | Binary indicator for whether or not a score occurred on the play. | numeric |
qtr | Quarter of the game (5 is overtime). | numeric |
down | The down for the given play. | numeric |
goal_to_go | Binary indicator for whether or not the posteam is in a goal down situation. | numeric |
time | Time at start of play provided in string format as minutes:seconds remaining in the quarter. | character |
yrdln | String indicating the current field position for a given play. | character |