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

fix(python): only raise on actual parameter collision when "dtypes" specified in read_excel "read_csv_options" #11162

Merged

Conversation

alexander-beedie
Copy link
Collaborator

@alexander-beedie alexander-beedie commented Sep 17, 2023

Closes #11161.

Fixes an oversight when specifying dtype overrides via "read_csv_options" passthrough for the default xlsx2csv engine.

…" and "schema_overrides" specified for `read_excel`
@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Sep 17, 2023
@alexander-beedie alexander-beedie changed the title fix(python): only raise on actual parameter collision if both "dtypes" and "schema_overrides" specified for read_excel fix(python): only raise on actual parameter collision when "dtypes" specified in read_excel "read_csv_options" Sep 17, 2023
@ritchie46 ritchie46 merged commit cfd982f into pola-rs:main Sep 18, 2023
15 checks passed
@alexander-beedie alexander-beedie deleted the read-excel-parameter-collision branch September 18, 2023 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't use dtypes options in read_excel function.
2 participants