Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arshitarora/weather_prediction


https://github.com/arshitarora/weather_prediction

Last synced: 24 days ago
JSON representation

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
```