We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
dianalg
No branches or pull requests
Hi,
I was trying out your tool but run into an error message:
I could solve it by adding the 'engine' option in the read_csv function on line 22 of the conversion code:
All the rest of the code works great!
best regards,
Pascal
The text was updated successfully, but these errors were encountered: