Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
approval: struct<approved_by: string, approved_on: timestamp[s], scope: string>
  child 0, approved_by: string
  child 1, approved_on: timestamp[s]
  child 2, scope: string
approval_required_before: null
category_counts: struct<accepted_penalty: int64, lateral: int64, ordinary_control: int64, other: int64, replay_ruling (... 37 chars omitted)
  child 0, accepted_penalty: int64
  child 1, lateral: int64
  child 2, ordinary_control: int64
  child 3, other: int64
  child 4, replay_ruling: int64
  child 5, turnover_interaction: int64
dataset_file: string
dataset_sha256: string
format: string
label_contract: struct<schema_file: string, schema_sha256: string>
  child 0, schema_file: string
  child 1, schema_sha256: string
record_count: int64
record_counts_by_season: struct<2019: int64, 2020: int64, 2021: int64, 2022: int64>
  child 0, 2019: int64
  child 1, 2020: int64
  child 2, 2021: int64
  child 3, 2022: int64
rejections_by_season: struct<2019: struct<invalid_penalty_not_boolean: int64, missing_play_type: int64>, 2020: struct<inva (... 210 chars omitted)
  child 0, 2019: struct<invalid_penalty_not_boolean: int64, missing_play_type: int64>
      child 0, invalid_penalty_not_boolean: int64
      child 1, missing_play_type: int64
  child 1, 2020: struct<invalid_penalty_not_boolean: int64, missing_play_type: int64>
      child 0, invalid_penalty_not_boolean: int64
      child 1, missing_play_type: int64
  child 2, 2021: struct<invalid_penalty_not_boolean: int64, missing_play_type: int64>
      child 0, invalid_penalty_not_boolean: int64
      child 1, missing_play_type: int64
  child 3, 2022: struct<invalid_penalty_not_boolean: int64, missing_play_type: int64>
      child 0, invalid_penalty_not_boolean: int64
      child 1, missing_play_type: int64
review_status: string
seasons: list<item: int64>
  child 0, item: int64
selection_method: string
source: list<item: struct<file: string, license: string, season: int64, sha256: string, url: string>>
  child 0, item: struct<file: string, license: string, season: int64, sha256: string, url: string>
      child 0, file: string
      child 1, license: string
      child 2, season: int64
      child 3, sha256: string
      child 4, url: string
source_sha256: string
expected: struct<fumble_lost: bool, interception: bool, penalty: struct<present: bool, team: string, type: str (... 137 chars omitted)
  child 0, fumble_lost: bool
  child 1, interception: bool
  child 2, penalty: struct<present: bool, team: string, type: string, yards: int64>
      child 0, present: bool
      child 1, team: string
      child 2, type: string
      child 3, yards: int64
  child 3, play_type: string
  child 4, replay_result: string
  child 5, sack: bool
  child 6, touchdown: bool
  child 7, two_point_result: string
  child 8, yards_gained: int64
season: int64
play_id: int64
game_id: string
record_id: string
description: string
to
{'description': Value('string'), 'expected': {'fumble_lost': Value('bool'), 'interception': Value('bool'), 'penalty': {'present': Value('bool'), 'team': Value('string'), 'type': Value('string'), 'yards': Value('int64')}, 'play_type': Value('string'), 'replay_result': Value('string'), 'sack': Value('bool'), 'touchdown': Value('bool'), 'two_point_result': Value('string'), 'yards_gained': Value('int64')}, 'game_id': Value('string'), 'play_id': Value('int64'), 'record_id': Value('string'), 'season': Value('int64'), 'source_sha256': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1827, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              approval: struct<approved_by: string, approved_on: timestamp[s], scope: string>
                child 0, approved_by: string
                child 1, approved_on: timestamp[s]
                child 2, scope: string
              approval_required_before: null
              category_counts: struct<accepted_penalty: int64, lateral: int64, ordinary_control: int64, other: int64, replay_ruling (... 37 chars omitted)
                child 0, accepted_penalty: int64
                child 1, lateral: int64
                child 2, ordinary_control: int64
                child 3, other: int64
                child 4, replay_ruling: int64
                child 5, turnover_interaction: int64
              dataset_file: string
              dataset_sha256: string
              format: string
              label_contract: struct<schema_file: string, schema_sha256: string>
                child 0, schema_file: string
                child 1, schema_sha256: string
              record_count: int64
              record_counts_by_season: struct<2019: int64, 2020: int64, 2021: int64, 2022: int64>
                child 0, 2019: int64
                child 1, 2020: int64
                child 2, 2021: int64
                child 3, 2022: int64
              rejections_by_season: struct<2019: struct<invalid_penalty_not_boolean: int64, missing_play_type: int64>, 2020: struct<inva (... 210 chars omitted)
                child 0, 2019: struct<invalid_penalty_not_boolean: int64, missing_play_type: int64>
                    child 0, invalid_penalty_not_boolean: int64
                    child 1, missing_play_type: int64
                child 1, 2020: struct<invalid_penalty_not_boolean: int64, missing_play_type: int64>
                    child 0, invalid_penalty_not_boolean: int64
                    child 1, missing_play_type: int64
                child 2, 2021: struct<invalid_penalty_not_boolean: int64, missing_play_type: int64>
                    child 0, invalid_penalty_not_boolean: int64
                    child 1, missing_play_type: int64
                child 3, 2022: struct<invalid_penalty_not_boolean: int64, missing_play_type: int64>
                    child 0, invalid_penalty_not_boolean: int64
                    child 1, missing_play_type: int64
              review_status: string
              seasons: list<item: int64>
                child 0, item: int64
              selection_method: string
              source: list<item: struct<file: string, license: string, season: int64, sha256: string, url: string>>
                child 0, item: struct<file: string, license: string, season: int64, sha256: string, url: string>
                    child 0, file: string
                    child 1, license: string
                    child 2, season: int64
                    child 3, sha256: string
                    child 4, url: string
              source_sha256: string
              expected: struct<fumble_lost: bool, interception: bool, penalty: struct<present: bool, team: string, type: str (... 137 chars omitted)
                child 0, fumble_lost: bool
                child 1, interception: bool
                child 2, penalty: struct<present: bool, team: string, type: string, yards: int64>
                    child 0, present: bool
                    child 1, team: string
                    child 2, type: string
                    child 3, yards: int64
                child 3, play_type: string
                child 4, replay_result: string
                child 5, sack: bool
                child 6, touchdown: bool
                child 7, two_point_result: string
                child 8, yards_gained: int64
              season: int64
              play_id: int64
              game_id: string
              record_id: string
              description: string
              to
              {'description': Value('string'), 'expected': {'fumble_lost': Value('bool'), 'interception': Value('bool'), 'penalty': {'present': Value('bool'), 'team': Value('string'), 'type': Value('string'), 'yards': Value('int64')}, 'play_type': Value('string'), 'replay_result': Value('string'), 'sack': Value('bool'), 'touchdown': Value('bool'), 'two_point_result': Value('string'), 'yards_gained': Value('int64')}, 'game_id': Value('string'), 'play_id': Value('int64'), 'record_id': Value('string'), 'season': Value('int64'), 'source_sha256': Value('string')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1880, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

description
string
expected
dict
game_id
string
play_id
int64
record_id
string
season
int64
source_sha256
string
5-D.Bailey kicks 65 yards from MIN 35 to end zone, Touchback.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "kickoff", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
36
nflverse-2019-2019_01_ATL_MIN-36
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(15:00) 2-M.Ryan sacked at ATL 17 for -8 yards (55-A.Barr).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": true, "touchdown": false, "two_point_result": null, "yards_gained": -8 }
2019_01_ATL_MIN
51
nflverse-2019-2019_01_ATL_MIN-51
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(14:20) 24-D.Freeman right tackle to ATL 21 for 4 yards (93-S.Stephen).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 4 }
2019_01_ATL_MIN
79
nflverse-2019-2019_01_ATL_MIN-79
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(13:41) (Shotgun) 2-M.Ryan scrambles left end to ATL 33 for 12 yards (55-A.Barr).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 12 }
2019_01_ATL_MIN
100
nflverse-2019-2019_01_ATL_MIN-100
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(12:59) 5-M.Bosher punt is BLOCKED by 50-E.Wilson, Center-47-J.Harris, RECOVERED by MIN-50-E.Wilson at ATL 21. 50-E.Wilson to ATL 21 for no gain (41-S.Neasman).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "punt", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
121
nflverse-2019-2019_01_ATL_MIN-121
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(12:53) 33-D.Cook right end pushed ob at ATL 8 for 13 yards (37-R.Allen). PENALTY on MIN-82-K.Rudolph, Offensive Holding, 10 yards, enforced at ATL 21 - No Play.
{ "fumble_lost": false, "interception": false, "penalty": { "present": true, "team": "MIN", "type": "Offensive Holding", "yards": 10 }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
148
nflverse-2019-2019_01_ATL_MIN-148
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(12:32) 8-K.Cousins pass short left to 33-D.Cook pushed ob at ATL 23 for 8 yards (44-V.Beasley).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 8 }
2019_01_ATL_MIN
185
nflverse-2019-2019_01_ATL_MIN-185
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(11:57) 8-K.Cousins pass short left to 19-A.Thielen for 23 yards, TOUCHDOWN [97-G.Jarrett].
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": true, "two_point_result": null, "yards_gained": 23 }
2019_01_ATL_MIN
214
nflverse-2019-2019_01_ATL_MIN-214
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(Kick formation) 5-D.Bailey extra point is GOOD, Center-58-A.Cutting, Holder-2-B.Colquitt.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "extra_point", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
239
nflverse-2019-2019_01_ATL_MIN-239
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
5-D.Bailey kicks 67 yards from MIN 35 to ATL -2. 38-K.Barner to ATL 16 for 18 yards (40-K.Brothers).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "kickoff", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
255
nflverse-2019-2019_01_ATL_MIN-255
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(11:44) 24-D.Freeman left tackle to ATL 20 for 4 yards (29-X.Rhodes).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 4 }
2019_01_ATL_MIN
277
nflverse-2019-2019_01_ATL_MIN-277
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(11:04) 24-D.Freeman right tackle to ATL 23 for 3 yards (98-L.Joseph, 26-T.Waynes).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 3 }
2019_01_ATL_MIN
298
nflverse-2019-2019_01_ATL_MIN-298
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(10:23) (Shotgun) PENALTY on MIN-97-E.Griffen, Neutral Zone Infraction, 5 yards, enforced at ATL 23 - No Play.
{ "fumble_lost": false, "interception": false, "penalty": { "present": true, "team": "MIN", "type": "Neutral Zone Infraction", "yards": 5 }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
319
nflverse-2019-2019_01_ATL_MIN-319
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(10:02) (Shotgun) 2-M.Ryan pass short middle intended for 11-J.Jones INTERCEPTED by 41-A.Harris at ATL 41. 41-A.Harris to ATL 41 for no gain (11-J.Jones).
{ "fumble_lost": false, "interception": true, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
342
nflverse-2019-2019_01_ATL_MIN-342
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(9:55) 8-K.Cousins pass short left to 33-D.Cook to ATL 40 for 1 yard (45-D.Jones).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 1 }
2019_01_ATL_MIN
368
nflverse-2019-2019_01_ATL_MIN-368
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(9:17) 33-D.Cook right end to ATL 19 for 21 yards (45-D.Jones).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 21 }
2019_01_ATL_MIN
392
nflverse-2019-2019_01_ATL_MIN-392
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(8:31) 8-K.Cousins sacked at ATL 28 for -9 yards (22-K.Neal). FUMBLES (22-K.Neal) [22-K.Neal], ball out of bounds at ATL 23. Minnesota challenged the fumble ruling, and the play was REVERSED. 8-K.Cousins pass incomplete short right [22-K.Neal].
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": "reversed", "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
413
nflverse-2019-2019_01_ATL_MIN-413
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(8:28) 33-D.Cook left end for 19 yards, TOUCHDOWN.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": true, "two_point_result": null, "yards_gained": 19 }
2019_01_ATL_MIN
472
nflverse-2019-2019_01_ATL_MIN-472
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(Kick formation) 5-D.Bailey extra point is GOOD, Center-58-A.Cutting, Holder-2-B.Colquitt.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "extra_point", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
494
nflverse-2019-2019_01_ATL_MIN-494
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
5-D.Bailey kicks 65 yards from MIN 35 to end zone, Touchback.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "kickoff", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
510
nflverse-2019-2019_01_ATL_MIN-510
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(8:22) 24-D.Freeman left end to ATL 27 for 2 yards (54-E.Kendricks, 27-J.Kearse).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 2 }
2019_01_ATL_MIN
525
nflverse-2019-2019_01_ATL_MIN-525
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(7:49) 2-M.Ryan pass short middle to 14-J.Hardy to ATL 30 for 3 yards (54-E.Kendricks).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 3 }
2019_01_ATL_MIN
546
nflverse-2019-2019_01_ATL_MIN-546
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(7:03) (Shotgun) PENALTY on MIN-51-H.Mata'afa, Neutral Zone Infraction, 5 yards, enforced at ATL 30 - No Play.
{ "fumble_lost": false, "interception": false, "penalty": { "present": true, "team": "MIN", "type": "Neutral Zone Infraction", "yards": 5 }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
570
nflverse-2019-2019_01_ATL_MIN-570
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(6:48) 2-M.Ryan pass incomplete short left [55-A.Barr].
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
593
nflverse-2019-2019_01_ATL_MIN-593
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(6:41) (Shotgun) 2-M.Ryan pass short left to 14-J.Hardy to ATL 40 for 5 yards (26-T.Waynes).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 5 }
2019_01_ATL_MIN
615
nflverse-2019-2019_01_ATL_MIN-615
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(6:01) (Shotgun) 2-M.Ryan pass short left to 11-J.Jones to ATL 46 for 6 yards (41-A.Harris) [97-E.Griffen].
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 6 }
2019_01_ATL_MIN
639
nflverse-2019-2019_01_ATL_MIN-639
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(5:19) 24-D.Freeman left end pushed ob at ATL 45 for -1 yards (29-X.Rhodes).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": -1 }
2019_01_ATL_MIN
663
nflverse-2019-2019_01_ATL_MIN-663
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(4:43) (Shotgun) 2-M.Ryan pass short left to 14-J.Hardy to MIN 32 for 23 yards (29-X.Rhodes; 41-A.Harris).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 23 }
2019_01_ATL_MIN
689
nflverse-2019-2019_01_ATL_MIN-689
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(3:58) 83-R.Gage right end to MIN 33 for -1 yards (99-D.Hunter).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": -1 }
2019_01_ATL_MIN
713
nflverse-2019-2019_01_ATL_MIN-713
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(3:16) (Shotgun) 2-M.Ryan pass short left to 11-J.Jones to MIN 29 for 4 yards (20-Mac.Alexander). PENALTY on ATL-63-C.Lindstrom, Illegal Block Above the Waist, 10 yards, enforced at MIN 31.
{ "fumble_lost": false, "interception": false, "penalty": { "present": true, "team": "ATL", "type": "Illegal Block Above the Waist", "yards": 10 }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 2 }
2019_01_ATL_MIN
734
nflverse-2019-2019_01_ATL_MIN-734
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(2:53) (Shotgun) 2-M.Ryan pass incomplete deep right to 11-J.Jones.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
769
nflverse-2019-2019_01_ATL_MIN-769
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(2:45) (Shotgun) 2-M.Ryan pass incomplete deep left to 83-R.Gage (22-H.Smith).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
791
nflverse-2019-2019_01_ATL_MIN-791
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(2:38) 5-M.Bosher punts 33 yards to MIN 8, Center-47-J.Harris, fair catch by 12-C.Beebe.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "punt", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
813
nflverse-2019-2019_01_ATL_MIN-813
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(2:31) 25-A.Mattison up the middle to MIN 11 for 3 yards (44-V.Beasley).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 3 }
2019_01_ATL_MIN
832
nflverse-2019-2019_01_ATL_MIN-832
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(1:56) 8-K.Cousins pass short right to 14-S.Diggs to MIN 17 for 6 yards (98-T.McKinley).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 6 }
2019_01_ATL_MIN
853
nflverse-2019-2019_01_ATL_MIN-853
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(1:15) (Shotgun) 33-D.Cook left guard to MIN 19 for 2 yards (96-T.Davison).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 2 }
2019_01_ATL_MIN
877
nflverse-2019-2019_01_ATL_MIN-877
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(:31) 25-A.Mattison right end pushed ob at MIN 42 for 23 yards (59-D.Campbell).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 23 }
2019_01_ATL_MIN
898
nflverse-2019-2019_01_ATL_MIN-898
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(15:00) 8-K.Cousins pass short middle to 82-K.Rudolph to ATL 47 for 11 yards (37-R.Allen). PENALTY on MIN-71-R.Reiff, Illegal Block Above the Waist, 10 yards, enforced at MIN 42 - No Play.
{ "fumble_lost": false, "interception": false, "penalty": { "present": true, "team": "MIN", "type": "Illegal Block Above the Waist", "yards": 10 }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
936
nflverse-2019-2019_01_ATL_MIN-936
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(14:31) 25-A.Mattison left guard to MIN 28 for -4 yards (97-G.Jarrett).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": -4 }
2019_01_ATL_MIN
971
nflverse-2019-2019_01_ATL_MIN-971
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(13:52) 8-K.Cousins FUMBLES (Aborted) at MIN 27, and recovers at MIN 26.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
992
nflverse-2019-2019_01_ATL_MIN-992
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(13:14) (Shotgun) 31-A.Abdullah left guard to MIN 32 for 6 yards (27-D.Kazee).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 6 }
2019_01_ATL_MIN
1,018
nflverse-2019-2019_01_ATL_MIN-1018
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(12:33) 2-B.Colquitt punts 51 yards to ATL 17, Center-58-A.Cutting. 38-K.Barner to ATL 28 for 11 yards (27-J.Kearse; 50-E.Wilson).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "punt", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,039
nflverse-2019-2019_01_ATL_MIN-1039
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(12:22) 2-M.Ryan pass short middle to 12-M.Sanu to ATL 42 for 14 yards (22-H.Smith).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 14 }
2019_01_ATL_MIN
1,064
nflverse-2019-2019_01_ATL_MIN-1064
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(11:52) (No Huddle) 2-M.Ryan pass deep left to 18-C.Ridley ran ob at MIN 38 for 20 yards (22-H.Smith).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 20 }
2019_01_ATL_MIN
1,088
nflverse-2019-2019_01_ATL_MIN-1088
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(11:26) 2-M.Ryan scrambles right end pushed ob at MIN 26 for 12 yards (54-E.Kendricks).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 12 }
2019_01_ATL_MIN
1,117
nflverse-2019-2019_01_ATL_MIN-1117
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(10:44) (No Huddle, Shotgun) 2-M.Ryan pass short right to 24-D.Freeman to MIN 19 for 7 yards (41-A.Harris). PENALTY on MIN-55-A.Barr, Defensive Offside, 5 yards, enforced at MIN 26 - No Play.
{ "fumble_lost": false, "interception": false, "penalty": { "present": true, "team": "MIN", "type": "Defensive Offside", "yards": 5 }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,138
nflverse-2019-2019_01_ATL_MIN-1138
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(10:26) 24-D.Freeman left tackle to MIN 21 for no gain (26-T.Waynes). FUMBLES (26-T.Waynes), RECOVERED by MIN-41-A.Harris at MIN 21. 41-A.Harris to MIN 21 for no gain (24-D.Freeman).
{ "fumble_lost": true, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,184
nflverse-2019-2019_01_ATL_MIN-1184
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(10:21) 33-D.Cook left tackle to MIN 22 for 1 yard (93-A.Bailey).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 1 }
2019_01_ATL_MIN
1,221
nflverse-2019-2019_01_ATL_MIN-1221
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(9:43) 33-D.Cook up the middle to MIN 22 for no gain (97-G.Jarrett; 93-A.Bailey).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,242
nflverse-2019-2019_01_ATL_MIN-1242
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(9:00) (Shotgun) 8-K.Cousins pass short right to 12-C.Beebe to MIN 31 for 9 yards (45-D.Jones).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 9 }
2019_01_ATL_MIN
1,263
nflverse-2019-2019_01_ATL_MIN-1263
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(8:23) 8-K.Cousins pass incomplete deep left to 19-A.Thielen [98-T.McKinley]. PENALTY on ATL-26-I.Oliver, Defensive Pass Interference, 15 yards, enforced at MIN 31 - No Play.
{ "fumble_lost": false, "interception": false, "penalty": { "present": true, "team": "ATL", "type": "Defensive Pass Interference", "yards": 15 }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,287
nflverse-2019-2019_01_ATL_MIN-1287
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(8:17) 8-K.Cousins pass incomplete short left to 82-K.Rudolph.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,320
nflverse-2019-2019_01_ATL_MIN-1320
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(8:10) 33-D.Cook up the middle to MIN 49 for 3 yards (95-J.Crawford; 99-A.Clayborn).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 3 }
2019_01_ATL_MIN
1,342
nflverse-2019-2019_01_ATL_MIN-1342
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(7:28) (Shotgun) 8-K.Cousins pass incomplete short left to 14-S.Diggs. ATL-98-T.McKinley was injured during the play. PENALTY on ATL-59-D.Campbell, Defensive Holding, 5 yards, enforced at MIN 49 - No Play.
{ "fumble_lost": false, "interception": false, "penalty": { "present": true, "team": "ATL", "type": "Defensive Holding", "yards": 5 }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,363
nflverse-2019-2019_01_ATL_MIN-1363
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(7:22) 33-D.Cook left tackle to ATL 40 for 6 yards (59-D.Campbell).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 6 }
2019_01_ATL_MIN
1,399
nflverse-2019-2019_01_ATL_MIN-1399
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(6:41) 33-D.Cook right tackle ran ob at ATL 18 for 22 yards (37-R.Allen).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 22 }
2019_01_ATL_MIN
1,420
nflverse-2019-2019_01_ATL_MIN-1420
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(5:59) 25-A.Mattison left end pushed ob at ATL 1 for 17 yards (37-R.Allen).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 17 }
2019_01_ATL_MIN
1,446
nflverse-2019-2019_01_ATL_MIN-1446
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
Timeout #1 by ATL at 05:18.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,472
nflverse-2019-2019_01_ATL_MIN-1472
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(5:18) 78-D.Dozier reported in as eligible. 33-D.Cook left tackle to ATL 1 for no gain (59-D.Campbell; 95-J.Crawford).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,491
nflverse-2019-2019_01_ATL_MIN-1491
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(4:42) 78-D.Dozier reported in as eligible. 8-K.Cousins up the middle for 1 yard, TOUCHDOWN.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": true, "two_point_result": null, "yards_gained": 1 }
2019_01_ATL_MIN
1,514
nflverse-2019-2019_01_ATL_MIN-1514
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(Kick formation) PENALTY on ATL-83-R.Gage, Neutral Zone Infraction, 5 yards, enforced between downs.
{ "fumble_lost": false, "interception": false, "penalty": { "present": true, "team": "ATL", "type": "Neutral Zone Infraction", "yards": 5 }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,538
nflverse-2019-2019_01_ATL_MIN-1538
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(Kick formation) 5-D.Bailey extra point is GOOD, Center-58-A.Cutting, Holder-2-B.Colquitt.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "extra_point", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,565
nflverse-2019-2019_01_ATL_MIN-1565
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
5-D.Bailey kicks 60 yards from MIN 40 to end zone, Touchback.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "kickoff", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,581
nflverse-2019-2019_01_ATL_MIN-1581
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(4:40) 25-I.Smith left end pushed ob at ATL 41 for 16 yards (22-H.Smith).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 16 }
2019_01_ATL_MIN
1,596
nflverse-2019-2019_01_ATL_MIN-1596
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(4:11) (No Huddle) 2-M.Ryan pass short right to 11-J.Jones pushed ob at MIN 49 for 10 yards (41-A.Harris).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 10 }
2019_01_ATL_MIN
1,622
nflverse-2019-2019_01_ATL_MIN-1622
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(3:39) (Shotgun) 2-M.Ryan pass short right to 25-I.Smith pushed ob at MIN 40 for 9 yards (29-X.Rhodes).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 9 }
2019_01_ATL_MIN
1,646
nflverse-2019-2019_01_ATL_MIN-1646
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(3:09) 25-I.Smith left tackle to MIN 38 for 2 yards (99-D.Hunter).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 2 }
2019_01_ATL_MIN
1,675
nflverse-2019-2019_01_ATL_MIN-1675
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(2:35) (Shotgun) 2-M.Ryan pass incomplete short middle to 11-J.Jones (54-E.Kendricks).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,696
nflverse-2019-2019_01_ATL_MIN-1696
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(2:31) (Shotgun) 2-M.Ryan pass short left to 81-A.Hooper to MIN 34 for 4 yards (29-X.Rhodes).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 4 }
2019_01_ATL_MIN
1,718
nflverse-2019-2019_01_ATL_MIN-1718
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(2:00) (Shotgun) 2-M.Ryan pass short middle to 12-M.Sanu to MIN 28 for 6 yards (20-Mac.Alexander). MIN-20-Mac.Alexander was injured during the play. PENALTY on ATL-77-J.Carpenter, Offensive Holding, 10 yards, enforced at MIN 34 - No Play.
{ "fumble_lost": false, "interception": false, "penalty": { "present": true, "team": "ATL", "type": "Offensive Holding", "yards": 10 }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,759
nflverse-2019-2019_01_ATL_MIN-1759
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
Timeout #1 by MIN at 01:55.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,797
nflverse-2019-2019_01_ATL_MIN-1797
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(1:54) (Shotgun) 2-M.Ryan sacked at ATL 45 for -11 yards (99-D.Hunter).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": true, "touchdown": false, "two_point_result": null, "yards_gained": -11 }
2019_01_ATL_MIN
1,814
nflverse-2019-2019_01_ATL_MIN-1814
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
Timeout #2 by MIN at 01:49.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,844
nflverse-2019-2019_01_ATL_MIN-1844
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(1:49) 5-M.Bosher punts 45 yards to MIN 10, Center-47-J.Harris, fair catch by 12-C.Beebe.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "punt", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,861
nflverse-2019-2019_01_ATL_MIN-1861
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(1:43) (Shotgun) 33-D.Cook up the middle to MIN 12 for 2 yards (59-D.Campbell).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 2 }
2019_01_ATL_MIN
1,880
nflverse-2019-2019_01_ATL_MIN-1880
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
Timeout #2 by ATL at 01:39.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,901
nflverse-2019-2019_01_ATL_MIN-1901
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(1:39) 33-D.Cook left tackle to MIN 10 for -2 yards (96-T.Davison).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": -2 }
2019_01_ATL_MIN
1,918
nflverse-2019-2019_01_ATL_MIN-1918
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
Timeout #3 by ATL at 01:35.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,939
nflverse-2019-2019_01_ATL_MIN-1939
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(1:35) 33-D.Cook right tackle to MIN 10 for no gain (45-D.Jones).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,956
nflverse-2019-2019_01_ATL_MIN-1956
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
Timeout #3 by MIN at 00:49.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,977
nflverse-2019-2019_01_ATL_MIN-1977
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(:49) 2-B.Colquitt punts 57 yards to ATL 33, Center-58-A.Cutting. 38-K.Barner to ATL 45 for 12 yards (40-K.Brothers).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "punt", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
1,994
nflverse-2019-2019_01_ATL_MIN-1994
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(:37) (Shotgun) 2-M.Ryan pass incomplete short left to 12-M.Sanu [54-E.Kendricks].
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
2,019
nflverse-2019-2019_01_ATL_MIN-2019
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(:33) (Shotgun) 2-M.Ryan pass short middle to 83-R.Gage to MIN 42 for 13 yards (22-H.Smith; 29-X.Rhodes). ATL-83-R.Gage was injured during the play.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 13 }
2019_01_ATL_MIN
2,041
nflverse-2019-2019_01_ATL_MIN-2041
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(:06) (Shotgun) 2-M.Ryan pass short middle to 12-M.Sanu to MIN 19 for 23 yards (27-J.Kearse).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 23 }
2019_01_ATL_MIN
2,068
nflverse-2019-2019_01_ATL_MIN-2068
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
5-M.Bosher kicks 65 yards from ATL 35 to end zone, Touchback.
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "kickoff", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
2,109
nflverse-2019-2019_01_ATL_MIN-2109
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(15:00) 33-D.Cook left end to MIN 28 for 3 yards (96-T.Davison).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 3 }
2019_01_ATL_MIN
2,124
nflverse-2019-2019_01_ATL_MIN-2124
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(14:24) 8-K.Cousins sacked at MIN 20 for -8 yards (97-G.Jarrett). FUMBLES (97-G.Jarrett), recovered by MIN-56-G.Bradbury at MIN 27. 56-G.Bradbury to MIN 27 for no gain (93-A.Bailey).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": true, "touchdown": false, "two_point_result": null, "yards_gained": -1 }
2019_01_ATL_MIN
2,145
nflverse-2019-2019_01_ATL_MIN-2145
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(13:37) (Shotgun) 8-K.Cousins pass short left to 19-A.Thielen pushed ob at MIN 39 for 12 yards (26-I.Oliver).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 12 }
2019_01_ATL_MIN
2,174
nflverse-2019-2019_01_ATL_MIN-2174
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(13:10) 33-D.Cook up the middle to MIN 41 for 2 yards (95-J.Crawford; 98-T.McKinley).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 2 }
2019_01_ATL_MIN
2,203
nflverse-2019-2019_01_ATL_MIN-2203
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(12:31) 33-D.Cook up the middle to MIN 47 for 6 yards (59-D.Campbell).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 6 }
2019_01_ATL_MIN
2,224
nflverse-2019-2019_01_ATL_MIN-2224
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(11:38) 33-D.Cook right tackle to MIN 48 for 1 yard (97-G.Jarrett).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 1 }
2019_01_ATL_MIN
2,245
nflverse-2019-2019_01_ATL_MIN-2245
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(10:56) 2-B.Colquitt punts 42 yards to ATL 10, Center-58-A.Cutting. 38-K.Barner to ATL 15 for 5 yards (38-K.Boyd).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "punt", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
2,266
nflverse-2019-2019_01_ATL_MIN-2266
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(10:45) 2-M.Ryan pass short middle to 81-A.Hooper to ATL 24 for 9 yards (54-E.Kendricks).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 9 }
2019_01_ATL_MIN
2,291
nflverse-2019-2019_01_ATL_MIN-2291
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(10:09) (No Huddle) 24-D.Freeman right end to ATL 29 for 5 yards (54-E.Kendricks).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 5 }
2019_01_ATL_MIN
2,315
nflverse-2019-2019_01_ATL_MIN-2315
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(9:39) (No Huddle, Shotgun) 2-M.Ryan pass short right to 81-A.Hooper to ATL 34 for 5 yards (22-H.Smith).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 5 }
2019_01_ATL_MIN
2,336
nflverse-2019-2019_01_ATL_MIN-2336
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(8:58) (No Huddle, Shotgun) 25-I.Smith up the middle to ATL 37 for 3 yards (22-H.Smith, 98-L.Joseph).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 3 }
2019_01_ATL_MIN
2,360
nflverse-2019-2019_01_ATL_MIN-2360
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(8:11) (Shotgun) PENALTY on MIN-93-S.Stephen, Neutral Zone Infraction, 5 yards, enforced at ATL 37 - No Play.
{ "fumble_lost": false, "interception": false, "penalty": { "present": true, "team": "MIN", "type": "Neutral Zone Infraction", "yards": 5 }, "play_type": "no_play", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 0 }
2019_01_ATL_MIN
2,381
nflverse-2019-2019_01_ATL_MIN-2381
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(7:56) 24-D.Freeman up the middle to ATL 44 for 2 yards (99-D.Hunter).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "run", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 2 }
2019_01_ATL_MIN
2,404
nflverse-2019-2019_01_ATL_MIN-2404
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(7:23) (No Huddle, Shotgun) 2-M.Ryan pass short left to 81-A.Hooper to MIN 43 for 13 yards (55-A.Barr).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 13 }
2019_01_ATL_MIN
2,425
nflverse-2019-2019_01_ATL_MIN-2425
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
(6:49) (No Huddle, Shotgun) 2-M.Ryan pass short left to 12-M.Sanu ran ob at MIN 39 for 4 yards (27-J.Kearse).
{ "fumble_lost": false, "interception": false, "penalty": { "present": false, "team": null, "type": null, "yards": null }, "play_type": "pass", "replay_result": null, "sack": false, "touchdown": false, "two_point_result": null, "yards_gained": 4 }
2019_01_ATL_MIN
2,449
nflverse-2019-2019_01_ATL_MIN-2449
2,019
60c3067017db2d28a78f66a79b657268be8578d9a5288e6a827efdcd7fe42540
End of preview.

NFL play normalization, 2019-2022

This dataset contains 188452 real raw nflverse play descriptions from 2019 through 2022. Each record pairs the raw description with a canonical JSON expected record for NFL play normalization.

License and attribution

The source nflverse releases are CC BY 4.0. This derived dataset retains source season, game ID, play ID, source URLs, and SHA-256 checksums in metadata/training-manifest.json. Attribute nflverse when using this dataset.

Construction

The intake accepts only rows that satisfy the frozen canonical schema. It rejects missing or incompatible values instead of coercing them. It contains no generated paraphrases and no 2023-2025 records.

  • Records: 188452
  • Dataset SHA-256: 9129b63f8de1c45e864898cf4d6f0fcd453e59fc5c0587d05b59d54788a49957
  • Schema SHA-256: b5fc039929b7a93753f41a233579881f560ef83446f2aa0fe255fe4e9ddaa807
  • Code revision: ef79750cb0ab2155ccd0169362ff625e8a8d7517

Intended use and limits

Use this dataset to train or evaluate normalization of standalone nflverse-style written play descriptions into the included canonical JSON contract. It is not a replacement for nflverse structured fields. It does not support arbitrary spoken commentary, video, betting, fantasy, prediction, or coaching advice.

Downloads last month
38