Baselight

Gym Exercise Dataset

All exercise data for workouts done at the gym. Has more than 2500+ exercises.

@kaggle.niharika41298_gym_exercise_data

Loading...
Loading...

About this Dataset

Gym Exercise Dataset

Context
This is a dataset created for analyzing and evaluating workouts that one can do at the gym(or at home) to stay healthy. Exercising and being fit is becoming very important and almost a daily routine for all individuals and what better than to take a data-driven route for success to meet one's fitness goals.

Inspiration
If you go to a gym, the first thing you realize is the myriad of exercises available to do. The exercises range from bodyweight, machine-based or dumbbell/barbell based. With so many exercises to do, beginners or even professional can wonder which the exercise that will target a specific muscle the best and that is where this analysis can be useful. I also thought it would be fun to visualize the exercise details.

Content
There is one file with 9 columns for each exercise. Columns may contain null values as the data is raw and scraped from various internet sources.

Tables

Megagymdataset

@kaggle.niharika41298_gym_exercise_data.megagymdataset
  • 200.83 kB
  • 2,918 rows
  • 9 columns
Loading...
CREATE TABLE megagymdataset (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "title" VARCHAR,
  "desc" VARCHAR,
  "type" VARCHAR,
  "bodypart" VARCHAR,
  "equipment" VARCHAR,
  "level" VARCHAR,
  "rating" DOUBLE,
  "ratingdesc" VARCHAR
);

Share link

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