PCA works with our usual colaus1.focus.mr file however when I made a smaller csv file just by copy-pasting part of our original file it failed in reading the file. It seems to be an encoding problem using csv.reader. One way to fix it is to use pandas.read_csv() which doesn’t seem to have this problem.
PCA works with our usual colaus1.focus.mr file however when I made a smaller csv file just by copy-pasting part of our original file it failed in reading the file. It seems to be an encoding problem using csv.reader. One way to fix it is to use pandas.read_csv() which doesn’t seem to have this problem.