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: Don't remove leading whitespace in read_csv #18131

Merged
merged 1 commit into from
Aug 11, 2024

Conversation

mcrumiller
Copy link
Contributor

Closes #18128, if this is desireable behavior.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Aug 10, 2024
@mcrumiller mcrumiller marked this pull request as ready for review August 10, 2024 21:04
Copy link
Member

@ritchie46 ritchie46 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this was indeed wrong. Thanks for the fix @mcrumiller

@ritchie46 ritchie46 merged commit 82dbff2 into pola-rs:main Aug 11, 2024
27 checks passed
@mcrumiller mcrumiller deleted the csv-whitespace branch August 12, 2024 13:05
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 rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

read_csv trimming white space on first line when file has no headers and is single column
2 participants