Coder Social home page Coder Social logo

getting-and-cleaning-data-course-project's Introduction

Getting-and-Cleaning-Data-Course-Project

Script Function

run_analysis.R script do:

  1. Read all dataframes(Train and test data, subjects, activities and features)
  2. Merge data by type (Values, Colnames and subject row)
  3. Filter features with regex "mean+|std+" to get only ones with mean and std word in the name
  4. Filter train and test values previously merged on point 2 with positions get with the regex on point 3
  5. Merged all data (Values, Colnames and subject row)
  6. Get a tidy dataframe
  7. Creates a second, independent tidy data set with the average of each variable for each activity and each subject
  8. Write a txt with the data obtained on point 7

Average Dataset

average_dataset.txt contains the project data, including test and training data. The table contains data of the means calculated for each feature. These features are the ones that contain mean and std in their calculation.

Codebook

codebook.md contains information on the data and variables used for the project.

getting-and-cleaning-data-course-project's People

Contributors

azalejandro 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.