-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DEPR: favour sep over delimiter in pd.read_csv #23158
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
Conversation
Hello @minggli! Thanks for submitting the PR.
|
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.
Looks generally good. Could use a whatsnew note. Also looks like some test cases need to still be updated per CI failures
As mentioned in the issue, I think we should decide on deprecating this or not together with the discussion in #22639 |
Codecov Report
@@ Coverage Diff @@
## master #23158 +/- ##
==========================================
+ Coverage 92.14% 92.14% +<.01%
==========================================
Files 170 170
Lines 50992 50993 +1
==========================================
+ Hits 46985 46986 +1
Misses 4007 4007
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #23158 +/- ##
==========================================
+ Coverage 92.22% 92.22% +<.01%
==========================================
Files 169 169
Lines 50911 50912 +1
==========================================
+ Hits 46954 46955 +1
Misses 3957 3957
Continue to review full report at Codecov.
|
@WillAyd actioned. but something unrelated seems to break azure CI |
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.
i think we are hold for now on this.
@jreback, cool, just ping if anything is decided or needs change! thanks 👍 |
will do @minggli |
712e77a
to
2d7b7ab
Compare
Closing as stale. If we want another PR here should continue discussion back in original issue |
git diff upstream/master -u -- "*.py" | flake8 --diff
following discussion in #21996 and #7662, pandas uses
sep
extensively and into_csv
counterpart too. This PR deprecatesdelimiter
argument from 0.24.0comments welcome.