Calories Burned During Exercise And Activities
Dataset containing the amount of calories burned during several activities.
@kaggle.aadhavvignesh_calories_burned_during_exercise_and_activities
Dataset containing the amount of calories burned during several activities.
@kaggle.aadhavvignesh_calories_burned_during_exercise_and_activities
This dataset contains the number of calories burned by a person while performing some activity/exercise.
It currently contains 248 activities and exercises ranging from running, cycling, calisthenics, etc.
Check the discussion boards or kernels on how to get started with the dataset.
I had been searching for a similar dataset containing the number of calories burned mapped with the exercise names, but couldn't find one. So I compiled this dataset manually!
CREATE TABLE exercise_dataset (
"activity_exercise_or_sport_1_hour" VARCHAR -- Activity, Exercise Or Sport (1 Hour),
"n_130_lb" BIGINT -- 130 Lb,
"n_155_lb" BIGINT -- 155 Lb,
"n_180_lb" BIGINT -- 180 Lb,
"n_205_lb" BIGINT -- 205 Lb,
"calories_per_kg" DOUBLE
);Anyone who has the link will be able to view this.