I\'m trying to use pandas to manipulate a .csv file but I get this error:
pandas.parser.CParserError: Error tokenizing data. C error: Expected 2 field
You can try;
data = pd.read_csv('file1.csv', sep='\t')