Skip to content

Assessment for Getting and Cleaning Data Course from Data Science Coursera

Notifications You must be signed in to change notification settings

MorozovG/Getting_And_Cleaning_Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

title author date output
README
Morozov Gleb
Saturday, March 21, 2015
html_document

Getting and Cleaning Data Course Project

'run_analysis.R' script does the following action sequence:

  1. Downloading and extracting raw data
  2. Required packages are "dplyr" and "tidyr"
  3. Reading test and train datasets
  4. Merges the training and the test sets to create one data set.
  5. Extracts only the measurements on the mean and standard deviation for each measurement.
  6. Transforming column names in readable form.
  7. Creating the second dataset from the first one. The new dataset contains only average values of all observations of the 1st dataset for each activity and each subject.

About

Assessment for Getting and Cleaning Data Course from Data Science Coursera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages