Skip to content

The purpose of this project is to demonstrate your ability to collect, work with, and clean a data set. The goal is to prepare tidy data that can be used for later analysis. You will be graded by your peers on a series of yes/no questions related to the project. You will be required to submit: 1) a tidy data set as described below, 2) a link to …

Notifications You must be signed in to change notification settings

marcoiai/gettingcleaningdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Getting and Cleaning Data

The purpose of this project is to demonstrate your ability to collect, work with, and clean a data set.

The goal is to prepare tidy data that can be used for later analysis.

How run_analysis.R works:

1 Require reshapre2 and data.table libraries.

2 Load test and train data

3 Load features and activity labels.

4 Extract mean and standard deviation columns.

5 Process the data. There are two parts processing test and train data respectively.

6 Merge data set.

About

The purpose of this project is to demonstrate your ability to collect, work with, and clean a data set. The goal is to prepare tidy data that can be used for later analysis. You will be graded by your peers on a series of yes/no questions related to the project. You will be required to submit: 1) a tidy data set as described below, 2) a link to …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages