Eveyone knows that the temperature gets hotter as you approach the equator, but can we use data to definitively prove it?
The purpose of this project was to answer this question by analyzing weather data points for various cities in relation to their position on the globe.


In conducting the analysis, I pulled data from the OpenWeatherMap API for over 500 cities. After creating the dataset using Pandas, I used the Matplotlib and Seaborn libraries in Python to create four visualizations:

  1. Temperature (°F)
  2. Humidity
  3. Cloudiness
  4. Wind Speed

Glyphicons