项目作者: carlosstack

项目描述 :
:pick: :gem: Taking raw data and converting it to tidy data that can be used for later analysis
高级语言: R
项目地址: git://github.com/carlosstack/cleaning-data-in-r.git
创建时间: 2020-09-07T20:14:40Z
项目社区:https://github.com/carlosstack/cleaning-data-in-r

开源协议:

下载


Getting and Cleaning Data Course Project

The Goal

Prepare tidy data that can be used for later analysis.

The Data Set

The data was collected from the accelerometers from the Samsung Galaxy S smartphone. A full description is available at the site where the data was obtained:
http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones

Here are the data for the project:
https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip

How the script works

Getting and Cleaning Data Course Project

Quick start

Step Example
Download the raw data https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip
Unzip the file on the project folder The “UCI HAR Dataset” folder should look like this:
Folder preview
Add the script as source source("./run_analysis.R")
Run the script run_analysis()