🐛 Fixes clean script
This commit is contained in:
2
clean.py
2
clean.py
@@ -155,9 +155,11 @@ for i in range(1, len(df)):
|
||||
current.append(math)
|
||||
current.append(slovak)
|
||||
current.append(english)
|
||||
current.append(parse_ses(ses))
|
||||
current.append(parse_occupation(occupation))
|
||||
current.append(parse_living(living))
|
||||
current.append(parse_commute(commute))
|
||||
current.append(parse_sleep(sleep))
|
||||
current.append(parse_absence(absence))
|
||||
|
||||
clean.append(np.array(current))
|
||||
|
Reference in New Issue
Block a user