SyntaxFix
Write A Post
Hire A Developer
Questions
Try this
df = pd.read_csv("rating-data.tsv",sep='\t') df.head()
You actually need to fix the sep parameter.