Latitude vs. Weather
The purpose of this project was to analyze how weather changes as you get closer to the equator. To accomplish this analysis, I first pulled data through the Python module, citipy, to assemble a dataset on over 500 cities.
After assembling the dataset, I used Matplotlib to plot various aspects of weather vs. latitude. Factors I looked at include temperature, cloudiness, wind speed, and humidity. This site provides the source data and visualizations created as part of the analysis, as well as explanations and descriptions of any trends and correlations witnessed.