Skip to content

A simple ETL Pipeline for REST API data from OpenWeather in Python

Notifications You must be signed in to change notification settings

EdRod2922/OpenWeather_ETL_Pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ETL Data Pipeline for Weather Data

This Python script is a simple ETL pipeline that extracts weather data using the OpenWeather API, transforms it into a simple format, and saves it as a CSV file.

How It Works

  1. Extract: Fetches weather data for a city using the OpenWeather API and API Key.
  2. Transform: Converts the API response into a readable format (city, temperature, description).
  3. Load: Saves the transformed data to weather_data.csv.

About

A simple ETL Pipeline for REST API data from OpenWeather in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages