Athlete Injury And Performance Dataset
Optimizing sports schedules to balance performance and reduce ACL injury risks
@kaggle.ziya07_athlete_injury_and_performance_dataset
Optimizing sports schedules to balance performance and reduce ACL injury risks
@kaggle.ziya07_athlete_injury_and_performance_dataset
CREATE TABLE collegiate_athlete_injury_dataset (
"athlete_id" VARCHAR,
"age" BIGINT,
"gender" VARCHAR,
"height_cm" BIGINT,
"weight_kg" BIGINT,
"position" VARCHAR,
"training_intensity" BIGINT,
"training_hours_per_week" BIGINT,
"recovery_days_per_week" BIGINT,
"match_count_per_week" BIGINT,
"rest_between_events_days" BIGINT,
"fatigue_score" BIGINT,
"performance_score" BIGINT,
"team_contribution_score" BIGINT,
"load_balance_score" BIGINT,
"acl_risk_score" BIGINT,
"injury_indicator" BIGINT
);
Anyone who has the link will be able to view this.