| --- |
| license: mit |
| language: |
| - en |
| pretty_name: Gym Activity and Calories Burned Analysis |
| --- |
| ## πΊ Video Presentation |
| <video controls width="100%"> |
| <source src="https://huggingface.co/datasets/Danielhalali/gym-activity-eda/resolve/main/presentation.mp4" type="video/mp4"> |
| Your browser does not support the video tag. |
| </video> |
|
|
| # ποΈ Gym Activity and Calories Burned Analysis |
| **Author:** Daniel Halali |
|
|
| **Project Overview:** Exploratory Data Analysis (EDA) on Gym Member Behavior |
|
|
| ## π― Research Goal |
| The primary objective of this project is to analyze the factors influencing calorie expenditure among gym members. By examining workout types, session durations, and member demographics, this study aims to identify the most effective patterns for energy output. |
|
|
| ## π Key Questions & Insights |
|
|
| ### 1. How does the Workout Type affect Calories Burned? |
| - **Visualization:** Grouped Boxplot |
| - **Insight:** HIIT and Strength Training show a higher median calorie burn compared to Yoga and Cardio. |
|  |
|
|
| ### 2. Is there a correlation between Workout Duration and Calories Burned? |
| - **Visualization:** Scatter Plot |
| - **Insight:** There is a strong positive correlation; as session length increases, calorie expenditure consistently rises. |
|  |
|
|
| ### 3. Does gender influence the average calories burned? |
| - **Visualization:** Bar Chart (Means) |
| - **Insight:** Average calorie burn is consistent across all gender categories, suggesting duration and intensity are more critical factors. |
|  |
|
|
| ## π Visualizations Included |
| In the attached `.ipynb` file, I have included: |
| * **Histogram:** Age Distribution |
| * **Pie Chart:** Gender Distribution |
| * **Box Plot:** Workout Duration, Calories Burned by Workout Type |
| * **Scatter Plot:** Duration vs. Calories Burned |
| * **Bar Chart:** Workout Type Distribution, Average Calories by Gender |
|
|
| ## π‘ Decisions & Conclusions |
| The analysis shows that workout intensity (Type) and duration are the most significant drivers of calorie burn. For the gym's training programs, focusing on HIIT and session consistency is recommended for members aiming for weight loss. |
|
|
| ## π οΈ Tech Stack |
| - **Python** (Pandas, Matplotlib) |
| - **Google Colab** |
| - **Dataset Source:** Kaggle |