FiveThirtyEight NFL Suspensions Dataset
Explore Data from FiveThirtyEight
@kaggle.fivethirtyeight_fivethirtyeight_nfl_suspensions_dataset
Explore Data from FiveThirtyEight
@kaggle.fivethirtyeight_fivethirtyeight_nfl_suspensions_dataset
This folder contains data behind the story The NFL’s Uneven History Of Punishing Domestic Violence.
| Header | Definition |
|---|---|
name |
first initial.last name |
team |
team at time of suspension |
games |
number of games suspended (one regular season = 16 games) |
category |
personal conduct, substance abuse, peformance enhancing drugs or in-game violence |
desc. |
description |
year |
year of suspension |
source |
news source |
This is a dataset from FiveThirtyEight hosted on their GitHub. Explore FiveThirtyEight data using Kaggle and all of the data sources available through the FiveThirtyEight organization page!
This dataset is maintained using GitHub's API and Kaggle's API.
This dataset is distributed under the Attribution 4.0 International (CC BY 4.0) license.
CREATE TABLE nfl_suspensions_data (
"name" VARCHAR,
"team" VARCHAR,
"games" VARCHAR,
"category" VARCHAR,
"desc" VARCHAR -- Desc.,
"year" VARCHAR,
"source" VARCHAR
);Anyone who has the link will be able to view this.