Data analytics is a powerful process used to find patterns in large sets of data. In this instance, python Matplotlib was used to analyze data pulled from the OpenWeatherMap API. The specific weather categories analyzed were temperature, cloudiness, wind speed, and humidity. The data was graphed using matplotlib to visualize the patterns and correlations between weather and latitude.
Take a look at how temperature varies with latitude.
Take a look at how humidity varies with latitude.
Take a look at how cloudiness varies with latitude.
Take a look at how wind speed varies with latitude.