https://github.com/arshitarora/weather_prediction
https://github.com/arshitarora/weather_prediction
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arshitarora/weather_prediction
- Owner: ArshitArora
- Created: 2023-08-21T06:56:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T11:11:03.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T20:37:00.537Z (5 months ago)
- Language: Jupyter Notebook
- Size: 4.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Data Cleanup 🌦️
This Python script is designed to clean up NOAA weather data, making it ready for analysis. It handles missing values, data transformation, and outputs a cleaned CSV file.
## Usage
```
python3 clean_data.py -f=jfk_weather.csv -v
```## Pre-Requisite's
```
pip install pandas numpy argparse
```