Exercise And Fitness Metrics Dataset
Independent Variables and Weight Related Measures
@kaggle.aakashjoshi123_exercise_and_fitness_metrics_dataset
Independent Variables and Weight Related Measures
@kaggle.aakashjoshi123_exercise_and_fitness_metrics_dataset
CREATE TABLE exercise_dataset (
"id" BIGINT,
"exercise" VARCHAR,
"calories_burn" DOUBLE,
"dream_weight" DOUBLE,
"actual_weight" DOUBLE,
"age" BIGINT,
"gender" VARCHAR,
"duration" BIGINT,
"heart_rate" BIGINT,
"bmi" DOUBLE,
"weather_conditions" VARCHAR,
"exercise_intensity" BIGINT
);
Anyone who has the link will be able to view this.