Skip to content

BufferUnderrunOK/ExData_Plotting1

 
 

Repository files navigation

Cleaning Data

To clean the data set, I first replaced all the ? with the string NA.
For speed's sake, I used perl.

cp household_power_consumption.txt cleaned_household_power_consumption.txt
perl -pi.bak -e 's/\?/NA/gi;' cleaned_household_power_consumption.txt

About

Plotting Assignment 1 for Exploratory Data Analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%