0

I am trying read and open a csv file in python using customer_data = pd.read_csv('file'). But getting error like ParserError: Error tokenizing data. C error: Expected 1 fields in line 4, saw 2. how to fix this error.

Josh
  • 1,556
  • 1
  • 10
  • 21
  • try this solution https://stackoverflow.com/questions/18039057/python-pandas-error-tokenizing-data – brygid Sep 01 '21 at 09:56
  • Does this answer your question? [Python Pandas Error tokenizing data](https://stackoverflow.com/questions/18039057/python-pandas-error-tokenizing-data) – Salio Sep 04 '21 at 04:19

0 Answers0