Baselight

Injury Insights

Beyond its immediate applications in injury prediction

@kaggle.willianoliveiragibin_injury_insights

Injury Data New
@kaggle.willianoliveiragibin_injury_insights.injury_data_new

  • 58.74 KB
  • 1000 rows
  • 7 columns
player_age

Player Age

player_weight

Player Weight

player_height

Player Height

previous_injuries

Previous Injuries

training_intensity

Training Intensity

recovery_time

Recovery Time

likelihood_of_injury

Likelihood Of Injury

188.508.602.949.848.83018.057.013.136.371.00018.236.236.107.489.7302
18770.370.179.813.8851.830.419.291.955.34015.402.965.317.903.0701
187.350.122.033.237.53017.696.338.476.126.000137.904.048.538.303.5002
187.529.983.634.527.15017.160.119.103.489.2003.926.941.424.165.2303
186.559.586.225.432.09019.225.132.348.167.8009.467.562.446.922.4002
189.264.686.934.262.71018.524.264.677.643.10016.880.455.570.741.28061
1860.869.756.546.582.20018.125.846.969.619.30013.072.164.170.212.7005
186.701.560.952.582.94017.703.732.556.491.10015.883.522.209.831.53021
188.841.311.919.700.1301.639.362.299.439.08013.976.844.144.330.5403
187.494.663.529.163.3301.808.312.246.565.66014.261.212.379.522.30021

CREATE TABLE injury_data_new (
  "player_age" BIGINT,
  "player_weight" VARCHAR,
  "player_height" VARCHAR,
  "previous_injuries" BIGINT,
  "training_intensity" VARCHAR,
  "recovery_time" BIGINT,
  "likelihood_of_injury" BIGINT
);

Share link

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