Vishnukiran K V

Results 1 issues of Vishnukiran K V

I believe the line below must be replaced to ` outfile = open('.'.join(data_file.split('.')[:-1] + ['processed', 'csv']), 'wb') ` To the line below for python3 ` outfile = open('.'.join(data_file.split('.')[:-1] + ['processed',...