Skip to content

DOC: Clean up CSV sniffing and chunking examples #53987

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

Merged
merged 2 commits into from
Jul 6, 2023

Conversation

wjandrea
Copy link
Contributor

@wjandrea wjandrea commented Jul 3, 2023

Sniffing:

  • Had an unused "to_csv" call

Chunking:

  • Used an unnecessary "sep"
  • Had two no-op statements, which seem like they were meant to be printed

Both

  • Put the index as a column unnecessarily

Sniffing:
- Had an unused "to_csv" call

Chunking:
- Used an unnecessary "sep"
- Had "reader" as a no-op statement, which seems like it was meant to be printed

Both
- Put the index as a column unnecessarily
@wjandrea wjandrea changed the title Clean up sniffing and chunking examples DOC: Clean up sniffing and chunking examples Jul 3, 2023
Unnecessary "sep"
Another statement that seems like it was meant to be printed
@wjandrea wjandrea changed the title DOC: Clean up sniffing and chunking examples DOC: Clean up CSV sniffing and chunking examples Jul 3, 2023
@phofl phofl added the Docs label Jul 6, 2023
@phofl phofl added this to the 2.1 milestone Jul 6, 2023
@phofl phofl merged commit 2cc6bfa into pandas-dev:main Jul 6, 2023
@phofl
Copy link
Member

phofl commented Jul 6, 2023

thx @wjandrea

@wjandrea wjandrea deleted the patch-1 branch July 7, 2023 02:03
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants