I am trying to use machine learning to predict students' future grade, but am stuck at the beginning.
Seems like pandas.read_csv
cannot read psv file, I got:
df = pd.read_csv(‘training.psv’)
^
SyntaxError: invalid character in identifier
How can I read psv file through python?