Baselight

Concussions In The NFL (2012-2014)

Concussion Injuries from 2012-2014 in the NFL

@kaggle.rishidamarla_concussions_in_the_nfl_20122014

Loading...
Loading...

About this Dataset

Concussions In The NFL (2012-2014)

Content

In this dataset you will find hundreds of concussion injuries that occurred in the National Football League from the year 2012 to 2014.

Acknowledgements

This dataset comes from https://data.world/alice-c/nfl

Tables

Concussion Injuries 2012–2014

@kaggle.rishidamarla_concussions_in_the_nfl_20122014.concussion_injuries_2012_2014
  • 40.34 kB
  • 392 rows
  • 18 columns
Loading...
CREATE TABLE concussion_injuries_2012_2014 (
  "id" VARCHAR,
  "player" VARCHAR,
  "team" VARCHAR,
  "game" VARCHAR,
  "date" TIMESTAMP,
  "opposing_team" VARCHAR,
  "position" VARCHAR,
  "pre_season_injury" VARCHAR  -- Pre-Season Injury?,
  "winning_team" VARCHAR  -- Winning Team?,
  "week_of_injury" BIGINT,
  "season" VARCHAR,
  "weeks_injured" BIGINT,
  "games_missed" DOUBLE,
  "unknown_injury" VARCHAR  -- Unknown Injury?,
  "reported_injury_type" VARCHAR,
  "total_snaps" BIGINT,
  "play_time_after_injury" VARCHAR,
  "average_playtime_before_injury" VARCHAR
);

Share link

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