-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Inconsistent behaviour on sep/delimiter for pandas.read_csv #21996
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
Comments
I'd be +1 to deprecate |
i believe we have this discussion and kept this because it’s compatible with other languages there might be an open issue about this but sure would be ok to deprecate |
The only reason I might not be in favor of deprecating |
There's some overlap with the dialect but obviously we don't align on all the keywords and naming conventions thereof. I'd still stick with |
happy to work on this. |
I think we should decide on deprecating We can also simply add to the docstring that (which is a bit an esoteric feature anyhow IMO) |
The other issue I mean is: #22639 |
Related: #7662
Code Sample, a copy-pastable example if possible
Problem description
According to the documentation,
Thus, I would expect
sep
anddelimiter
to be interchangable.Expected Output
Specifying
delimiter=None
is equivalent to specifyingsep=None
, and specifying bothsep
anddelimiter
emits a warning or causes an error. Alternatively, eithersep
ordelimiter
should be deprecated.Output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: