0

When using dask to read one csv file, showed error:

ParserError: Error tokenizing data. C error: EOF inside string starting at line 680

How to resolve this problem.

finally, I used from_pandas method.

dd.from_pandas(df, npartitions=3)

but, I should read csv file with pandas at first, which have to occupy memory.

3
  • May be helpful. Check this. Commented Jul 4, 2019 at 7:31
  • What happen when you try to read it with pandas? Isn't a delimeter problems? Commented Jul 4, 2019 at 14:08
  • I didn't met problem. Finally, I read csv with pandas at first, then convert pandas to dask. Commented Jul 4, 2019 at 14:12

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.