Body Performance Data
multi class classification
@kaggle.kukuroo3_body_performance_data
multi class classification
@kaggle.kukuroo3_body_performance_data
This is data that confirmed the grade of performance with age and some exercise performance data.
data shape : (13393, 12)
link (Korea Sports Promotion Foundation)
Some post-processing and filtering has done from the raw data.
CREATE TABLE bodyperformance (
"age" DOUBLE,
"gender" VARCHAR,
"height_cm" DOUBLE,
"weight_kg" DOUBLE,
"body_fat" DOUBLE -- Body Fat %,
"diastolic" DOUBLE,
"systolic" DOUBLE,
"gripforce" DOUBLE,
"sit_and_bend_forward_cm" DOUBLE,
"sit_ups_counts" DOUBLE,
"broad_jump_cm" DOUBLE,
"class" VARCHAR
);Anyone who has the link will be able to view this.