Shantnu25 / analyzing_weather_dataset

Analyzing weather dataset using Numpy & Pandas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analyzing Weather Data Set

We'll be working with a csv file that contains weather data for each hour in 2012. There are many interesting connections between everyday life and the weather that we will explore with the help of this dataset.

About the Dataset

Features:

Name - Description

Date/Time - Date & Time for each hour in the year 2012.

Temp(C) - Exact temperature at a given time.

Dew Point Temp(C) - Dew Point Temp at a given time. It is the temperature to which air must be cooled to become saturated with water vapor.

Rel Hum (%) - Relative Humidity at a given time.

Wind Spd (km/h) - Wind Speed in km/h at a given time.

Visibility (km) - Visibility in km at a given time.

Stn Press (kPa) - Station Pressure observed at that time.

Weather - Weather at a given time.

Outcome

Applied the numpy and pandas skills learned to analyze the data.

About

Analyzing weather dataset using Numpy & Pandas

License:MIT License


Languages

Language:Python 100.0%