Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 460 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 460 Bytes

API Data Wrangling with Open-Meteo

Overview

This project involves fetching and analyzing historical weather data using the Open-Meteo API. The primary objectives are to:

  • Access and retrieve weather data from an API.
  • Parse and clean JSON data using pandas.
  • Perform exploratory data analysis and visualization.
  • Compare weather patterns between different locations.
  • Provide exercises for further practice, along with detailed solutions.