daily log 10.24.19

less than 1 minute read

Issues importing csv Had to change delimiter to

dirtyFile = pd.read_csv('deception_data_converted_final.csv',  sep='\t')

see here

Updated: