I cannot use read_csv method of pandas properly on kaggle. Error that I get is:
ParseError: Error tokenizing data. C error: Buffer overflow caught - possible malformed input file.
I found some suggestions about this (read_excel, read by column). However, they do not help me to solve this error.
\r\nline endings but if a lone\ris floating around in there, or there are other anomolies, some parsers will choke. Pandas normally uses a C parser that is not too forgiving. But it can also use a python one that will handle more cases. I can't say for sure what is messed up in this case.