Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# redback-data-warehouse
Data Warehouse storage of code and configurations

## Garmin Run Data – ETL Pipeline Update

This ETL pipeline processes `Garmin_run_data.csv` and includes:

### Data cleaning:
- Removes duplicate rows
- Standardizes column names (lowercase, underscores)
- Converts timestamps to datetime
- Fills missing numeric values with column means
- Removes outliers in `heart_rate` (keeps values between 30–220 bpm)
- Converts distance from meters to kilometers
- Converts speed from m/s to km/h

### Data aggregation:
- Groups data by year and week
- Calculates total runs, total distance (km), average speed (km/h), and average pace (min/km) per week

### Outputs:
- `cleaned_garmin_run_data.csv` → cleaned dataset

Binary file added Requirement Gathering (4).pdf
Binary file not shown.
Loading