Baselight

Body Performance Data

multi class classification

@kaggle.kukuroo3_body_performance_data

Loading...
Loading...

About this Dataset

Body Performance Data

dataset

This is data that confirmed the grade of performance with age and some exercise performance data.

columns

data shape : (13393, 12)

  • age : 20 ~64
  • gender : F,M
  • height_cm : (If you want to convert to feet, divide by 30.48)
  • weight_kg
  • body fat_%
  • diastolic : diastolic blood pressure (min)
  • systolic : systolic blood pressure (min)
  • gripForce
  • sit and bend forward_cm
  • sit-ups counts
  • broad jump_cm
  • class : A,B,C,D ( A: best) / stratified

Source

link (Korea Sports Promotion Foundation)
Some post-processing and filtering has done from the raw data.

Tables

Bodyperformance

@kaggle.kukuroo3_body_performance_data.bodyperformance
  • 169.75 KB
  • 13393 rows
  • 12 columns
Loading...

CREATE TABLE bodyperformance (
  "age" DOUBLE,
  "gender" VARCHAR,
  "height_cm" DOUBLE,
  "weight_kg" DOUBLE,
  "body_fat" DOUBLE,
  "diastolic" DOUBLE,
  "systolic" DOUBLE,
  "gripforce" DOUBLE,
  "sit_and_bend_forward_cm" DOUBLE,
  "sit_ups_counts" DOUBLE,
  "broad_jump_cm" DOUBLE,
  "class" VARCHAR
);

Share link

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