Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 421 Bytes

File metadata and controls

15 lines (11 loc) · 421 Bytes

Data Preparation Guide

1. Prerequisites

Ensure you have Python 3.8+ installed.

2. Obtain Raw Data

Place the downloaded 'olympic_data.csv' inside the 'data/raw/' directory.

3. Run Cleaning Script

From the project root, run: �ash python scripts/data_cleaning.py

This script handles missing values, removes duplicates, and standardizes text fields, outputting to 'data/processed/cleaned_olympic_data.csv'.