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
I'm using this command:
pd.read_table(tsv_file, delimiter="\t", encoding='UTF-8')
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
I'm using this command:
pd.read_table(tsv_file, delimiter="\t", encoding='UTF-8')