-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: round_trip parser initial/trailing whitespace #43714
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
BUG: round_trip parser initial/trailing whitespace #43714
Conversation
ales-erjavec
commented
Sep 23, 2021
- closes BUG: read_csv float_precision="round_trip" parser does not handle initial/trailing spaces #43713
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
1c5d7b8
to
9112165
Compare
9112165
to
1ef7d82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you run the asv suite for all csv parsing. i would expect this to have some sort of perf hit.
Hello @ales-erjavec! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-10-01 19:35:16 UTC |
91ab7be
to
32305bc
Compare
|
32305bc
to
8b611d0
Compare
thanks @ales-erjavec very nice! |