Baselight

Professional Wrestling Champions (WWE/WWF)

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

@kaggle.mdabbert_professional_wrestling_champions_wwewwf

Loading...
Loading...

About this Dataset

Professional Wrestling Champions (WWE/WWF)

Version 2 Notes

I have now included the following belts:
WWE Championship
WWE United State Championshiop
WWE Women's Championship
WWE Raw Women's Championship
WWE SmackDown Women's Championship

If you're looking for a particular belt that I haven't compiled yet let me know and I'll see what I can do....

Context

The WWE is the dominant force in professional wrestling. I was interested in putting together a dataset of WWE champions with some additional information included (namely the champions' date-of-birth, date-of-death, and cause-of-death).

Acknowledgements

All of this data comes from Wikipedia. The scraper I used can be found on my github

Tables

Data

@kaggle.mdabbert_professional_wrestling_champions_wwewwf.data
  • 23.5 KB
  • 412 rows
  • 11 columns
Loading...

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.