Data analysis project on fitbit user activity data to understand health habits.
:Project Workflow
Library Imports: Imported essential libraries: Pandas, NumPy, Matplotlib, and
Seaborn for comprehensive analysis
Data Loading & Overview: Loaded the dailyActivity_merged.csv dataset and performed an initial data overview to understand the dataset's shape, the number of unique users, and the date range covered
Feature Definition: Clearly defined all dataset columns to understand variables like TotalSteps, TrackerDistance, and the distinction between active minutes categories (VeryActiveMinutes, FairlyActiveMinutes,LightlyActiveMinutes).