Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arshitarora/weather_prediction
https://github.com/arshitarora/weather_prediction
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arshitarora/weather_prediction
- Owner: ArshitArora
- Created: 2023-08-21T06:56:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T11:11:03.000Z (over 1 year ago)
- Last Synced: 2024-09-18T10:49:18.665Z (4 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
```