This project analyzes gym member data to uncover trends in attendance, workout preferences, and health habits. The dataset includes demographic details, session statistics, and health metrics.
- Python Libraries: pandas, numpy, seaborn, matplotlib
- Dataset: gym_members.csv
- Most frequent gym-goers are below 43 years old.
- Males are more active than females.
- Cardio and strength training are the most popular workouts.
- Around 80% of members exercise for more than 1 hour per session.
- Only 30% of members meet the recommended daily water intake of 3 liters.
- Most of people workout atleast 3 to 4 day of weeks.
- Most Pepole who workout are beginner and intermediate.
- Beats per minutes is highest around 35 year olds Humans who workout.
- Clone this repository.
- Install required Python libraries:
pip install -r requirements.txt
. - Place
gym_members.csv
in the project directory. - Run
gym_analysis.py
for visualizations and insights.
- Add clustering for member segmentation.
- Develop predictive models for calorie burn estimation.
- Visualize trends using dashboards (e.g., Power BI or Tableau).
Swatantra Yadav