This project is a data pipeline that ingests raw weather data, performs cleaning and transformation, and saves the processed data as a CSV file.
- Python 3.8 or higher installed on Windows
pipfor package management
git clone https://github.com/SelamZem/Weather.git
cd Weather
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
python main.py
After successful execution, the cleaned data will be saved in: outputs\transformed_weather_data.csv
Weather Data Exploration and - Google Colab
Pandas Warning: Used .copy() and .loc[] to avoid SettingWithCopyWarning during data transformations. Only 3 cities are available to explore
