Baselight

Professional Wrestling Champions (WWE/WWF)

Includes Date of Birth, Date of Death, and Cause of Death

@kaggle.mdabbert_professional_wrestling_champions_wwewwf

Data
@kaggle.mdabbert_professional_wrestling_champions_wwewwf.data

  • 23.5 KB
  • 412 rows
  • 11 columns
name

Name

reign

Reign

days

Days

date

Date

event

Event

location

Location

link

Link

belt

Belt

date_of_birth

Date Of Birth

date_of_death

Date Of Death

cause_of_death

Cause Of Death

Buddy Rogers13611-Apr-63House showWashington, D.C./wiki/Buddy_Rogers_(wrestler)WWE ChampionshipSun Feb 20 1921 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Jun 26 1992 00:00:00 GMT+0000 (Coordinated Universal Time)nan
Bruno Sammartino1280317-May-63House showNew York, NY/wiki/Bruno_SammartinoWWE ChampionshipSun Oct 06 1935 00:00:00 GMT+0000 (Coordinated Universal Time)Wed Apr 18 2018 00:00:00 GMT+0000 (Coordinated Universal Time)Multiple organ failure due to heart problems[2]
Ivan Koloff12118-Jan-71House showNew York, NY/wiki/Ivan_KoloffWWE ChampionshipTue Aug 25 1942 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Feb 18 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Liver cancer
Pedro Morales110278-Feb-71House showNew York, NY/wiki/Pedro_MoralesWWE ChampionshipThu Oct 22 1942 00:00:00 GMT+0000 (Coordinated Universal Time)Tue Feb 12 2019 00:00:00 GMT+0000 (Coordinated Universal Time)nan
Stan Stasiak191-Dec-73House showPhiladelphia, PA/wiki/Stan_StasiakWWE ChampionshipTue Apr 13 1937 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Jun 19 1997 00:00:00 GMT+0000 (Coordinated Universal Time)Heart failure
Bruno Sammartino2123710-Dec-73House showNew York, NY/wiki/Bruno_SammartinoWWE ChampionshipSun Oct 06 1935 00:00:00 GMT+0000 (Coordinated Universal Time)Wed Apr 18 2018 00:00:00 GMT+0000 (Coordinated Universal Time)Multiple organ failure due to heart problems[2]
Superstar Billy Graham129630-Apr-77House showBaltimore, MD/wiki/Superstar_Billy_GrahamWWE ChampionshipMon Jun 07 1943 00:00:00 GMT+0000 (Coordinated Universal Time)nan
Bob Backlund164820-Feb-78WWF on MSG NetworkNew York, NY/wiki/Bob_BacklundWWE ChampionshipSun Aug 14 1949 00:00:00 GMT+0000 (Coordinated Universal Time)nan
Antonio Inoki1630-Nov-79House showTokushima, Japan/wiki/Antonio_InokiWWE ChampionshipSat Feb 20 1943 00:00:00 GMT+0000 (Coordinated Universal Time)nan
Bob Backlund2147017-Dec-79WWF on MSG NetworkNew York, NY/wiki/Bob_BacklundWWE ChampionshipSun Aug 14 1949 00:00:00 GMT+0000 (Coordinated Universal Time)nan

CREATE TABLE data (
  "name" VARCHAR,
  "reign" BIGINT,
  "days" BIGINT,
  "date" VARCHAR,
  "event" VARCHAR,
  "location" VARCHAR,
  "link" VARCHAR,
  "belt" VARCHAR,
  "date_of_birth" TIMESTAMP,
  "date_of_death" TIMESTAMP,
  "cause_of_death" VARCHAR
);

Share link

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