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

DOC: #53035 clarify the behavior of sep=None. #53153

Merged
merged 1 commit into from
May 9, 2023

Conversation

Toroi0610
Copy link
Contributor

@Toroi0610 Toroi0610 commented May 9, 2023

Clarified that only the first valid line is used to detect the separator if sep=None in read_csv.

@Toroi0610 Toroi0610 changed the title DOC: #53035 clarify the behavior of sep=None. DOC: clarify the behavior of sep=None #53035 May 9, 2023
@Toroi0610 Toroi0610 changed the title DOC: clarify the behavior of sep=None #53035 DOC: Clarify the behavior of sep=None #53035 May 9, 2023
@Toroi0610 Toroi0610 changed the title DOC: Clarify the behavior of sep=None #53035 DOC: #53035 clarify the behavior of sep=None. May 9, 2023
@mroeschke mroeschke added this to the 2.1 milestone May 9, 2023
@mroeschke mroeschke added Docs IO CSV read_csv, to_csv labels May 9, 2023
@mroeschke mroeschke merged commit 7d59f55 into pandas-dev:main May 9, 2023
30 checks passed
@mroeschke
Copy link
Member

Thanks @Toroi0610

@Toroi0610 Toroi0610 deleted the docs-update-read_csv-sep branch May 9, 2023 21:57
Rylie-W pushed a commit to Rylie-W/pandas that referenced this pull request May 19, 2023
Daquisu pushed a commit to Daquisu/pandas that referenced this pull request Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs IO CSV read_csv, to_csv
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: read_csv, sep=None, wrong separator guessing in case of one column csv
2 participants