/EDA-Project-1

Exploratory Data Analysis Project 1 - Graphing information from the UCI Machine Learning Database on household electricity usage.

Primary LanguageR

EDA-Project-1

Exploratory Data Analysis Project 1 - Graphing information from the UCI Machine Learning Database on household electricity usage.

Summary

In this assignment we were tasked with evaluating information from the UCI Machine Learning Library

The 4 plots and 4 corresponding png files in this github directory are based off of the 4 graphs for Project 1 in Coursera's Exploratory Data Analysis lab. The Data Cleaning script shows the process of changing the classes for Date and Time to date/time and for all others to Numeric by way of character classes from factors.

A brief overview of the assignment:

##Introduction

This assignment uses data from the UC Irvine Machine Learning Repository, a popular repository for machine learning datasets. In particular, we will be using the “Individual household electric power consumption Data Set”.

The following descriptions of the 9 variables in the dataset are taken from the UCI web site:

Date: Date in format dd/mm/yyyy
Time: time in format hh:mm:ss
Global_active_power: household global minute-averaged active power (in kilowatt)
Global_reactive_power: household global minute-averaged reactive power (in kilowatt)
Voltage: minute-averaged voltage (in volt)
Global_intensity: household global minute-averaged current intensity (in ampere)
Sub_metering_1: energy sub-metering No. 1 (in watt-hour of active energy). It corresponds to the kitchen, containing mainly a dishwasher, an oven and a microwave (hot plates are not electric but gas powered).
Sub_metering_2: energy sub-metering No. 2 (in watt-hour of active energy). It corresponds to the laundry room, containing a washing-machine, a tumble-drier, a refrigerator and a light.
Sub_metering_3: energy sub-metering No. 3 (in watt-hour of active energy). It corresponds to an electric water-heater and an air-conditioner

Our overall goal here is simply to examine how household energy usage varies over a 2-day period in February, 2007. Your task is to reconstruct the following plots below, all of which were constructed using the base plotting system.

For each plot you should

-Construct the plot and save it to a PNG file with a width of 480 pixels and a height of 480 pixels.

-Name each of the plot files as plot1.png, plot2.png, etc.

-reate a separate R code file (plot1.R, plot2.R, etc.) that constructs the corresponding plot, i.e. code in plot1.R constructs the plot1.png plot. Your code file should include code for reading the data so that the plot can be fully reproduced. You must also include the code that creates the PNG file.

-Add the PNG file and R code file to the top-level folder of your git repository (no need for separate sub-folders)

UCI, Individual household electric power consumption Data Set https://archive.ics.uci.edu/ml/datasets/Individual+household+electric+power+consumption