Meteorological Data Analysis by Sayantan Bhattacharyya Language used: Python Libraries used: Numpy, Pandas, Matplotlib, Seaborn Data source:: Click here Overview: In this project, we are doing hypothesis testing on whether the dataset and trying to prove that hypothesis is correct or not. We are also doing some data cleaning techniques, Data visualization, and hypothesis testing. The Null Hypothesis, H0 is "Has the Apparent temperature and humidity compared monthly across 10 years of the data indicate an increase due to Global warming" The H0 means we need to find whether the average Apparent temperature for the month of a month say April starting from 2006 to 2016 and the average humidity for the same period has increased or not. Monthly analysis has to be done for all 12 months over the 10 year period. So basically, we have to resample our data from hourly to monthly, then comparing the same month over the 10 year period. Then we support our analysis with appropriate...