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

depr(python): Rename dtypes parameter to schema_overrides for read_csv/scan_csv/read_csv_batched #16628

Merged
merged 5 commits into from
May 31, 2024

Conversation

stinodego
Copy link
Member

@stinodego stinodego commented May 31, 2024

Ref #15431

This functionality is called schema_overrides everywhere except in the CSV reading functions. This improves the consistency.

The parameter for csv is slightly since it accepts a list of data types, but I think that still qualifies as a schema override.

@github-actions github-actions bot added deprecation Add a deprecation warning to outdated functionality python Related to Python Polars labels May 31, 2024
@stinodego stinodego marked this pull request as ready for review May 31, 2024 13:48
@ritchie46 ritchie46 merged commit 5974ac7 into main May 31, 2024
17 checks passed
@ritchie46 ritchie46 deleted the depr-read-csv-dtypes branch May 31, 2024 14:08
@c-peters c-peters added the accepted Ready for implementation label Jun 3, 2024
Wouittone pushed a commit to Wouittone/polars that referenced this pull request Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation deprecation Add a deprecation warning to outdated functionality python Related to Python Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants