python opens text file with a space between every character
问题 Whenever I try to open a .csv file with the python command fread = open('input.csv', 'r') it always opens the file with spaces between every single character. I'm guessing it's something wrong with the text file because I can open other text files with the same command and they are loaded correctly. Does anyone know why a text file would load like this in python? Thanks. Update Ok, I got it with the help of Jarret Hardie's post this is the code that I used to convert the file to ascii fread =