Baselight

Ranking Sports By Skill Requirement

How much skills does a sport needs? This dataset ranks 60 sports on 10 metrics.

@kaggle.jainaru_ranking_sports_by_skill_requirement

Toughestsport
@kaggle.jainaru_ranking_sports_by_skill_requirement.toughestsport

  • 12.63 KB
  • 60 rows
  • 13 columns
sport

SPORT

endurance

Endurance

strength

Strength

power

Power

speed

Speed

agility

Agility

flexibility

Flexibility

nerve

Nerve

durability

Durability

hand_eye_coordination

Hand-eye Coordination

analytical_aptitude

Analytical Aptitude

total

Total

rank

Rank

Boxing8.638.138.636.386.254.388.888.575.6372.3751
Ice Hockey7.257.137.887.757.634.8868.257.57.571.752
Football5.388.638.137.136.384.387.258.55.57.1368.3753
Basketball7.386.256.57.258.135.634.137.757.57.3867.8754
Wrestling6.638.387.135.136.387.556.754.256.3863.55
Martial Arts55.887.756.38676.635.8866.8863.3756
Tennis7.255.137.136.757.755.63358.386.7562.757
Gymnastics5.386.136.6356.38107.56.884.54.1362.58
Baseball/Softball4.635.757.636.56.754.755.135.639.256.2562.259
Soccer7.754.55.137.258.254.753.636.256.57.561.510

CREATE TABLE toughestsport (
  "sport" VARCHAR,
  "endurance" DOUBLE,
  "strength" DOUBLE,
  "power" DOUBLE,
  "speed" DOUBLE,
  "agility" DOUBLE,
  "flexibility" DOUBLE,
  "nerve" DOUBLE,
  "durability" DOUBLE,
  "hand_eye_coordination" DOUBLE,
  "analytical_aptitude" DOUBLE,
  "total" DOUBLE,
  "rank" BIGINT
);

Share link

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