Baselight

Boxing

Match History of Recent Top Boxing Competitor

@kaggle.kirilspiridonov_boxing

Cleandata V4
@kaggle.kirilspiridonov_boxing.cleandata_v4

  • 23.64 KB
  • 115 rows
  • 26 columns
unnamed_0

Unnamed: 0

x

X

f_boxer

F Boxer

s_boxer

S Boxer

f_boxer_result

F Boxer Result

f_boxer_stance

F Boxer Stance

f_boxer_age

F Boxer Age

f_boxer_height

F Boxer Height

f_boxer_reach

F Boxer Reach

f_boxer_won

F Boxer Won

f_boxer_lost

F Boxer Lost

f_boxer_drawn

F Boxer Drawn

f_boxer_kos

F Boxer KOs

f_boxer_ranking

F Boxer Ranking

s_boxer_ranking

S Boxer Ranking

s_boxer_age

S Boxer Age

s_boxer_stance

S Boxer Stance

s_boxer_reach

S Boxer Reach

s_boxer_height

S Boxer Height

s_boxer_won

S Boxer Won

s_boxer_lost

S Boxer Lost

s_boxer_drawn

S Boxer Drawn

s_boxer_kos

S Boxer KOs

s_boxer_result

S Boxer Result

matchrounds

MatchRounds

fightend

FightEnd

11Kubrat PulevDanny Batchelderwonorthodox281942026422433orthodox191185257112lost2KO/TKO
22Kubrat PulevKevin Johnsonwonorthodox351942022411322337orthodox208191307114lost2UD
33Kubrat PulevTony Thompsonwonorthodox3219420217922441southpaw20719638326lost2UD
44Kubrat PulevMichael Sprottwonorthodox3019420214622436orthodox199.414634146341187361717lost9RTD
55Kubrat PulevAlexander Ustinovwonorthodox3119420216822235orthodox199.4146341463412022721lost1KO/TKO
66Kubrat PulevGbenga Oluokunwonorthodox281942022222426orthodox199.41463414634118517210lost6UD
77Kubrat PulevGeorge Ariaswonorthodox341942022011122441orthodox199.414634146341181561342lost8UD
88Kubrat PulevMaurice Harriswonorthodox341942022111122439orthodox2031932620311lost1KO/TKO
99Kubrat PulevDerric Rossywonorthodox3019420211522430orthodox19419125314lost5KO/TKO
1010Kubrat PulevIvica Perkovicwonorthodox32194202191022439orthodox193193202315lost3RTD

CREATE TABLE cleandata_v4 (
  "unnamed_0" BIGINT,
  "x" BIGINT,
  "f_boxer" VARCHAR,
  "s_boxer" VARCHAR,
  "f_boxer_result" VARCHAR,
  "f_boxer_stance" VARCHAR,
  "f_boxer_age" BIGINT,
  "f_boxer_height" BIGINT,
  "f_boxer_reach" DOUBLE,
  "f_boxer_won" BIGINT,
  "f_boxer_lost" BIGINT,
  "f_boxer_drawn" BIGINT,
  "f_boxer_kos" BIGINT,
  "f_boxer_ranking" BIGINT,
  "s_boxer_ranking" BIGINT,
  "s_boxer_age" BIGINT,
  "s_boxer_stance" VARCHAR,
  "s_boxer_reach" DOUBLE,
  "s_boxer_height" DOUBLE,
  "s_boxer_won" BIGINT,
  "s_boxer_lost" BIGINT,
  "s_boxer_drawn" BIGINT,
  "s_boxer_kos" BIGINT,
  "s_boxer_result" VARCHAR,
  "matchrounds" DOUBLE,
  "fightend" VARCHAR
);

Share link

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