Performing Analysis of Meteorological Data
Performing Analysis of Meteorological Data By: Hrishikesh Dherange Introduction: Hello Folks, Welcome to my blog where we will perform analysis on the meteorological Data i.e. the Weather Data and the Data is solely taken from Krackin.com and the link for the same is: "https://www.kaggle.com/muthuj7/weather-dataset" all the operations will be done using the standard python libraries like Numpy, Pandas to perform analysis and matplotlib and seaborn library for the visualization. Methodology: So, Lets start by importing the dataset in the Google Collaboratory mainly known as 'Colab' we can use any interpreter, depends on the personal preference. As Google colab is an cloud based interpreter importing the dataset includes one extra step like uploading the data first to the colab and then reading that data in our traditional method. Here's how, from google.colab import files upload = files.upload () This will prompt you to select the dataset from your local comp