Add automated data cleaning. Modify SurveyItemValues class to use regex

instead of hard coded values.  Produce a clean csv and a csv with all
the removed values and columns with reason for removal. Add script for
running cleaning for each project
This commit is contained in:
rebuilt 2023-05-02 20:08:34 -07:00
parent 5cf5a5f383
commit 4509c157fa
20 changed files with 1148 additions and 154 deletions

View file

@ -10,3 +10,6 @@ Metrics/ClassLength:
Style/Documentation:
Enabled: false
Style/StringLiterals:
EnforcedStyle: single_quotes