Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

engine='python' - error #12

Open
pascalhabluetzel opened this issue Mar 16, 2022 · 0 comments
Open

engine='python' - error #12

pascalhabluetzel opened this issue Mar 16, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@pascalhabluetzel
Copy link

pascalhabluetzel commented Mar 16, 2022

Hi,

I was trying out your tool but run into an error message:

pandas.errors.ParserError: Error tokenizing data. C error: Calling read(nbytes) on source failed. Try engine='python'.

I could solve it by adding the 'engine' option in the read_csv function on line 22 of the conversion code:

    df = pd.read_csv(filename, engine='python')

All the rest of the code works great!

best regards,

Pascal

@pieterprovoost pieterprovoost added the bug Something isn't working label Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants