Baselight

Crossfit Athletes

Can you predict how well a Crossfit Athlete performs?

@kaggle.ulrikthygepedersen_crossfit_athletes

Athletes
@kaggle.ulrikthygepedersen_crossfit_athletes.athletes

  • 11.45 MB
  • 423006 rows
  • 27 columns
athlete_id

Athlete Id

name

Name

region

Region

team

Team

affiliate

Affiliate

gender

Gender

age

Age

height

Height

weight

Weight

fran

Fran

helen

Helen

grace

Grace

filthy50

Filthy50

fgonebad

Fgonebad

run400

Run400

run5k

Run5k

candj

Candj

snatch

Snatch

deadlift

Deadlift

backsq

Backsq

pullups

Pullups

eat

Eat

train

Train

background

Background

experience

Experience

schedule

Schedule

howlong

Howlong

2554Pj AblangSouth WestDouble EdgeDouble Edge CrossFitMale2470166220400305nanI workout mostly at a CrossFit Affiliate|I have a coach who determines my programming|I record my workouts|I played youth or high school level sports|I regularly play recreational sports|I began CrossFit with a coach (e.g. at an affiliate)|I have attended one or more specialty courses|I have had a life changing experience due to CrossFit|I do multiple workouts in a day 2x a week|4+ years|
3517Derek AbdellanannannanMale4270190nanI have a coach who determines my programming|I record my workouts|I played youth or high school level sports|I began CrossFit with a coach (e.g. at an affiliate)|I have attended one or more specialty courses|I have had a life changing experience due to CrossFit|I do multiple workouts in a day 2x a week|4+ years|
4691nannannannannannannannannannannan
5164Abo BrandonSouthern CaliforniaLAX CrossFitLAX CrossFitMale406721164530019624520037532525I eat 1-3 full cheat meals per week|I workout mostly at a CrossFit Affiliate|I have a coach who determines my programming|I record my workouts|I played youth or high school level sports|I began CrossFit by trying it alone (without a coach)|I began CrossFit with a coach (e.g. at an affiliate)|I have completed the CrossFit Level 1 certificate course|I have attended one or more specialty courses|I have had a life changing experience due to CrossFit|I train other people|I usually only do 1 workout a day|4+ years|
5286Bryce AbbeynannannanMale32651492064651053108120515032550I eat quality foods but don't measure the amount|I workout mostly at a CrossFit Affiliate|I incorporate CrossFit.com workouts|I write my own programming|I record my workouts|I played college sports|I began CrossFit by trying it alone (without a coach)|I have completed the CrossFit Level 1 certificate course|I train other people|I usually only do 1 workout a day|I strictly schedule my rest days|1-2 years|
6491Jason AbneynannannanMale3773230265200435414I eat strict Paleo|I workout mostly at a CrossFit Affiliate|I record my workouts|I played youth or high school level sports|I began CrossFit by trying it alone (without a coach)|I have completed the CrossFit Level 1 certificate course|I have had a life changing experience due to CrossFit|I train other people|I usually only do 1 workout a day|I typically rest 4 or more days per month|4+ years|
6610Anthony AbeelSouth CentralGet LiftedGet Lifted CrossFitMale2172175I eat quality foods but don't measure the amount|I eat 1-3 full cheat meals per week|I workout mostly at a CrossFit Affiliate|I have a coach who determines my programming|I have no athletic background besides CrossFit|I began CrossFit with a coach (e.g. at an affiliate)|I have completed the CrossFit Level 1 certificate course|I have had a life changing experience due to CrossFit|I train other people|I do multiple workouts in a day 3+ times a week|I typically rest fewer than 4 days per month|2-4 years|
7268nannannannannannannannannannannan
7463Tye AbellnannannanMale3072175nannannannannannan
8242Ryan AchillesnannannanMale406817720561416473321361225185365365I eat quality foods but don't measure the amount|I workout mostly at a CrossFit Affiliate|I record my workouts|I played youth or high school level sports|I played college sports|I began CrossFit by trying it alone (without a coach)|I usually only do 1 workout a day|I typically rest 4 or more days per month|2-4 years|

CREATE TABLE athletes (
  "athlete_id" DOUBLE,
  "name" VARCHAR,
  "region" VARCHAR,
  "team" VARCHAR,
  "affiliate" VARCHAR,
  "gender" VARCHAR,
  "age" DOUBLE,
  "height" DOUBLE,
  "weight" DOUBLE,
  "fran" DOUBLE,
  "helen" DOUBLE,
  "grace" DOUBLE,
  "filthy50" DOUBLE,
  "fgonebad" DOUBLE,
  "run400" DOUBLE,
  "run5k" DOUBLE,
  "candj" DOUBLE,
  "snatch" DOUBLE,
  "deadlift" DOUBLE,
  "backsq" DOUBLE,
  "pullups" DOUBLE,
  "eat" VARCHAR,
  "train" VARCHAR,
  "background" VARCHAR,
  "experience" VARCHAR,
  "schedule" VARCHAR,
  "howlong" VARCHAR
);

Share link

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