0

I'm trying to get data in python from a tsv file but I still get this error :

ParserError: Error tokenizing data. C error: Expected 23 fields in line 3, saw 24

This is my .tsv file.

I'm using this command:

pd.read_table(tsv_file, delimiter="\t", encoding='UTF-8')
petezurich
  • 9,280
  • 9
  • 43
  • 57
  • Welcome to SO. Please have a look here to learn how to improve your questions (formatting, proofreading, providing code etc.): https://stackoverflow.com/help/how-to-ask – petezurich Apr 21 '18 at 09:38
  • Don't provide expiring links to your data but rather post the relevant part inline. – petezurich Apr 21 '18 at 09:39

0 Answers0