15 July 2017

Packages and data load

library(psych)
library(ggplot2)
## 
## Attaching package: 'ggplot2'
## The following objects are masked from 'package:psych':
## 
##     %+%, alpha
library(caret)
## Loading required package: lattice
library(reshape2)
library(plotly)
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout
weather <- read.csv("weather_2014.csv", sep=";", stringsAsFactors=FALSE, na.strings = c("Na", "NaN"))

Lowest and highest temp

Temperature Distribution by Season