NWA World Champions
NWA Champions over time + Metadata
@kaggle.thedevastator_nwa_world_heavyweight_champions_a_history
NWA Champions over time + Metadata
@kaggle.thedevastator_nwa_world_heavyweight_champions_a_history
The dataset contains information on all 100 NWA World Heavyweight Champions, their length of reign, how they became champion, and other relevant statistics. This dataset is perfect for researchers interested in the history of the NWA World Heavyweight Championship, as well as those interested in Title Reign analysis.
Using this dataset, you can research the history of the NWA World Heavyweight Championship, as well as title reign analysis. This dataset is perfect for anyone interested in the history of the NWA World Heavyweight Championship
- Analysing the reign lengths of each NWA World Heavyweight Champion and identifying trends or patterns.
- Examining the championship changes (how a champion lost or regained the title) to identify common scenarios.
- Using the combined days a wrestler has held the title to create rankings of the most dominant NWA World Heavyweight Champions of all time
License
> License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
> No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.
File: df_11.csv
| Column name | Description |
|---|---|
| 0 | |
| 1 |
File: df_1.csv
| Column name | Description |
|---|---|
| Name | The name of the NWA World Heavyweight Champion. (String) |
| Years | The years the NWA World Heavyweight Champion held the title. (String) |
File: df_4.csv
| Column name | Description |
|---|---|
| 0 | |
| 1 |
File: df_9.csv
| Column name | Description |
|---|---|
| 0 | |
| 1 |
File: df_10.csv
| Column name | Description |
|---|---|
| 0 | |
| 1 |
File: df_3.csv
| Column name | Description |
|---|---|
| No. | The number of the champion. (Numeric) |
| Champion | The name of the champion. (String) |
| Championship change | How the champion became champion. (String) |
| Championship change.1 | How the champion lost the championship. (String) |
| Championship change.2 | How the champion regained the championship. (String) |
| Reign statistics | The length of the champion's reign. (String) |
| Reign statistics.1 | The number of times the champion defended the title. (Numeric) |
| Reign statistics.2 | The number of times the champion lost the title. (Numeric) |
| Notes | Additional notes about the champion. (String) |
| Ref. | A reference for the data. (String) |
File: df_2.csv
| Column name | Description |
|---|---|
| 0 | |
| 1 |
File: df_12.csv
File: df_6.csv
File: df_7.csv
File: df_8.csv
| Column name | Description |
|---|---|
| 0 | |
| 1 |
File: df_5.csv
| Column name | Description |
|---|---|
| Rank | The rank of the wrestler. (Numeric) |
| Wrestler | The name of the wrestler. (String) |
| No. ofreigns | The number of times the wrestler has held the title. (Numeric) |
| Combined days | The total number of days the wrestler has held the title. (Numeric) |
CREATE TABLE df_3 (
"unnamed_0" DOUBLE -- Unnamed: 0,
"no" VARCHAR -- No.,
"champion" VARCHAR,
"championship_change" VARCHAR,
"championship_change_1" VARCHAR,
"championship_change_2" VARCHAR,
"reign_statistics" VARCHAR,
"reign_statistics_1" VARCHAR,
"reign_statistics_2" VARCHAR,
"notes" VARCHAR,
"ref" VARCHAR -- Ref.,
"unnamed_10_level_0" VARCHAR -- Unnamed: 10 Level 0
);CREATE TABLE df_5 (
"unnamed_0" BIGINT -- Unnamed: 0,
"rank" BIGINT,
"wrestler" VARCHAR,
"no_ofreigns" DOUBLE -- No. Ofreigns,
"combined_days" VARCHAR
);CREATE TABLE df_7 (
"unnamed_0" BIGINT -- Unnamed: 0,
"vtenational_wrestling_alliance" VARCHAR,
"vtenational_wrestling_alliance_1" VARCHAR
);Anyone who has the link will be able to view this.