Skip to content

mrmra/Getting-and-cleaning-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Repository for Getting & Cleaning Data John Hopkins Data Science Coursera Course

  • Assignment is to create a tidy data set from this data: https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip
  • Comments in code, but generally:
  • Data was taken from both training and final test data sets;
  • The data set was mined for individual tables which then had common names substituted for various activity codes;
  • Data set further broken apart to identify the mean and standard deviation of various axial movements of the holder of a cellular phone during the activities;
  • Data was merged into a final data set, identifying each individual subject (phone user), activity engaged in, and axial motions mean/standard deviation.
  • To replicate, download data and unzip into directory: UCI_HAR_Dataset (the default unzip directory), then run script.
  • Script generates output CSV file "Clean_HAR_data.csv" in your working directory.

About

R Data Science Course from John Hopkins assignment to get a clean a data set.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages