You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I also used Excel but copied few lines to a new file. Yes as I mentioned it is an encoding problem. However I think we should make sure that this error will not occur for other users. For example pandas read_csv doesn't have this problem. I will email you the data file I created.
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.
The text was updated successfully, but these errors were encountered: