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
using pl.read_csv with decimal_comma=True will give this misleading error message:
pl.read_csv
decimal_comma=True
"'decimal_comma' argument cannot be combined with ',' quote char"
It has nothing to do with the quote_char parameter, but rather the separator.
quote_char
polars/crates/polars-io/src/csv/read/schema_inference.rs
Line 505 in c88da1f
No response
The text was updated successfully, but these errors were encountered:
pola-rs#18268 docs: improve decimal_comma error message
34a35a9
Successfully merging a pull request may close this issue.
Description
using
pl.read_csv
withdecimal_comma=True
will give this misleading error message:It has nothing to do with the
quote_char
parameter, but rather the separator.polars/crates/polars-io/src/csv/read/schema_inference.rs
Line 505 in c88da1f
Link
No response
The text was updated successfully, but these errors were encountered: