Skip to content

starman91/Data-Cleaning-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Getting and Cleaning Data Test

Introduction

The purpose of this exercise is to explore the concepts of taking exisiting data from the wild and creating tidy data from those products. This script will take the UCI HAR Data sets, realting to wearable physical monitoring (exercise) devices and computer averages from the device telemetry. The analysis is perfomed in several steps that will combine then extract data from several files.

Purpose

A full description is available at the site where the data is obtained:

http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones

Here are the data:

https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip

Process

  • Merges the training and the test sets to create one data set.
  • Extracts only the measurements on the mean and standard deviation for each measurement.
  • Uses descriptive activity names to name the activities in the data set
  • Appropriately labels the data set with descriptive variable names.
  • From the data set in step 4, creates a second, independent tidy data set with the average of each variable for each activity and each subject.

Addtional Details

Further information about script operation and the input and output of the script can be found in the CodeBook.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages