Ensure you have Python 3.8+ installed.
Place the downloaded 'olympic_data.csv' inside the 'data/raw/' directory.
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'.