-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Add the default separator test for PythonParser #17822
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
TST: Add the default separator test for PythonParser #17822
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17822 +/- ##
==========================================
- Coverage 91.26% 91.24% -0.02%
==========================================
Files 163 163
Lines 49980 49980
==========================================
- Hits 45613 45604 -9
- Misses 4367 4376 +9
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #17822 +/- ##
==========================================
+ Coverage 91.22% 91.23% +<.01%
==========================================
Files 163 163
Lines 50014 50014
==========================================
+ Hits 45627 45630 +3
+ Misses 4387 4384 -3
Continue to review full report at Codecov.
|
Yep, just validation |
also does this warrant a small note on the doc-string as well? |
Maybe: we could mention that we use Python's builtin sniffer tool from the |
@gfyoung Added the comment. |
I think so. Look at the documentation for |
@@ -21,6 +21,7 @@ class PythonParserTests(object): | |||
|
|||
def test_default_separator(self): | |||
# GH17333 | |||
# The csv parser in Python treats 'o' as separator. |
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.
Not "parser", actually "sniffer"
7c06e01
to
c273d9b
Compare
@gfyoung Fixed & Added the document. |
Same issue with the matplotlib failures that'll be fixed by testing the merge commit. Thanks again @Licht-T |
* TST: Add the default separator test for PythonParser * DOC: Add comment of Python CSV default separator test * DOC: Add the document about how PythonParser sniffing the separator
* TST: Add the default separator test for PythonParser * DOC: Add comment of Python CSV default separator test * DOC: Add the document about how PythonParser sniffing the separator
* TST: Add the default separator test for PythonParser * DOC: Add comment of Python CSV default separator test * DOC: Add the document about how PythonParser sniffing the separator
git diff upstream/master -u -- "*.py" | flake8 --diff