Football Players Deaths
footballers who died while playing the game
@kaggle.shivamb_football_deaths
footballers who died while playing the game
@kaggle.shivamb_football_deaths
CREATE TABLE football_deaths (
"row_id" BIGINT,
"incident_date" TIMESTAMP,
"player_name" VARCHAR,
"player_country" VARCHAR,
"team_country" VARCHAR,
"player_age" DOUBLE,
"player_team_name" VARCHAR,
"incident_description" VARCHAR,
"heart_related" BIGINT,
"cardiac_related" BIGINT,
"collapsed" BIGINT,
"lightning" BIGINT,
"collision" BIGINT
);
Anyone who has the link will be able to view this.