Summary: Latitude vs. X



For this project we gathered weather data samples from over 500 cities using hte OpenWeatherMap API. We collected data to analyze how weather might change as you move closer to the equator.

Once the dataset was collected from the API it was stored in Data Frames using Pandas and then analyzed looking at factors like:

  • Temperature
  • Humidity
  • Cloudiness
  • Wind Speed
Using Matplotlib to plot the results we can provide a visualization of our findings. This site includes the raw data as well as the visualizations and observations created.

Visualizations