Skip to content

ryanchappell/UW-DS-450-Capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UW DS 450 Capstone Project

To Run (Prepare Data)

  1. download the data files (see /data/README.MD)
  2. Run /prepareData.R
  • this can be done in R Studio or via command line like> Rscript --no-save prepareData.R

At this point, the script should have processed the data and created results in the /output folder.

Notes on the directory structure

/adjusted-data

  • output data files that were slightly changed from the original (e.g. only unique rows from original data set)

/data

  • see README.MD inside this directory

/output

  • files created while certain scripts are run are saved here

/prepareAdjustedData.R

  • created data files slightly changed from the originals (e.g. only unique rows from original data set)

/prepareData.R

  • The main entry point for reading and manipulating the data.

/prepareDataUtils.R

  • utilities for flattening the data (used by prepareData.R)

/sup-data

  • supplemental data that was not included in the original /data files

About

UW DS 450 Capstone project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages