Giter Club home page Giter Club logo

getdata_project's Introduction

getdata_project

Project repository for coursera "Getting and Cleaning Data" course

Files

run_analysis.R, README.md, CodeBook.md, tidy_dataset.txt

  • run_analysis.R - the project solution
  • README.md - this file
  • CodeBook.md - a code book that describes the variables, the data, and any transformations or work that is performed to clean up the data called.
  • tidy_dataset.txt - the output generated by the program

Dependencies: data.table, dplyr, tidyr

Installation

  1. Get the repository files: [beccyl/getdata_project] (https://github.com/beccyl/getdata_project) git clone https://github.com/beccyl/getdata_project.git

  2. Install data files: UCU HAR Dataset Download, unzip and place the raw data files in the project working directory. The program assumes the raw data files start in "./UCI HAR Dataset/"

  3. To run the program, launch R, and source("run_analysis.R") The tidy_dataset.txt file will be generated when run.

  4. To read the output file (tidy_dataset.txt) back into R - you can run the following in R:

library(dplyr)
data <- read.table("tidy_dataset.txt", header = TRUE)
View(data)

Acknowledgments

(David's Course Project FAQ) [https://class.coursera.org/getdata-011/forum/thread?thread_id=69]

getdata_project's People

Contributors

beccyl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.