Posts

Performing Analysis on Meteorological Data

Image
  Is there any change due in weather to global warming in of Finland by using Data analytics ? In this blog we will discuss about a  data analysis  which is based on the following  dataset . “Has the Apparent temperature and humidity compared monthly across 10 years of the data indicate an increase due to Global warming”  following is the Hypothesis for the analysis. we need to find whether the average Apparent temperature for the month of a month says April starting from 2006 to 2016 and the average humidity for the same period has increased or not. This monthly analysis has to be done for all 12 months over the 10 year period. So you are basically resampling your data from hourly to monthly, then comparing the same month over the 10 year period. Support your analysis by appropriate visualizations using matplotlib library. first of all, we Importing all necessary Python libraries. Step 1: Importing of libraries and Dataset. Step 2: Looking at the dataset. check null value as  df.isnul