-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ERR: csv parsing error consistency of exceptions #12665
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
cc @gfyoung @jorisvandenbossche thoughts? |
xref #12506 as well Hmmm...from a semantic point of view, I would prefer |
yes, ty. closed by #12506 |
actually. What I eventually wanted was to make ALL parser exceptions the same, which is an API change. |
By which you mean across both the |
yes I think we need to have a single |
Okay, that makes sense. Just wanted to clarify! |
Partially resolves pandas-devgh-12665.
Partially resolves pandas-devgh-12665.
Partially resolves pandas-devgh-12665.
Partially resolves pandas-devgh-12665.
Partially resolves pandas-devgh-12665.
Partially resolves pandas-devgh-12665. [ci skip]
Partially resolves pandas-devgh-12665.
Partially resolves pandas-devgh-12665.
Partially resolves pandas-devgh-12665.
Partially resolves pandas-devgh-12665.
Partially resolves pandas-devgh-12665.
Partially resolves pandas-devgh-12665.
Partially resolves pandas-devgh-12665.
Partially resolves pandas-devgh-12665.
Partially resolves pandas-devgh-12665. We will remove CParserError in the future.
Partially resolves pandas-devgh-12665. We will remove CParserError in the future.
Partially resolves pandas-devgh-12665. We will remove CParserError in the future.
Partially resolves pandas-devgh-12665. We will remove CParserError in the future.
Partially resolves pandas-devgh-12665. We will remove CParserError in the future. [ci skip]
Partially resolves pandas-devgh-12665. We will remove CParserError in the future. [ci skip]
Partially resolves pandas-devgh-12665. We will remove CParserError in the future.
Partially resolves pandas-devgh-12665. We will remove CParserError in the future.
Partially resolves pandas-devgh-12665. We will remove CParserError in the future.
Partially resolves pandas-devgh-12665. We will remove CParserError in the future. [ci skip]
Partially resolves pandas-devgh-12665. We will remove CParserError in the future. [ci skip]
Partially resolves pandas-devgh-12665. We will remove CParserError in the future. [ci skip]
Partially resolves pandas-devgh-12665. We will remove CParserError in the future. [ci skip]
Partially resolves pandas-devgh-12665. We will remove CParserError in the future. [ci skip]
Partially resolves pandas-devgh-12665. We will remove CParserError in the future.
Partially resolves pandas-devgh-12665. We will remove CParserError in the future.
Partially resolves pandas-devgh-12665. We will remove CParserError in the future.
Partially resolves pandas-devgh-12665. We will remove CParserError in the future.
Partially resolves pandas-devgh-12665. We will remove CParserError in the future.
Partially resolves pandas-devgh-12665. We will remove CParserError in the future.
Partially resolves pandas-devgh-12665. We will remove CParserError in the future.
Partially resolves pandas-devgh-12665. We will remove CParserError in the future.
Partially resolves gh-12665. We will remove CParserError in the future.
@gfyoung You said this is only partially resolved by the merged PR? |
@jorisvandenbossche : Hmm...not sure why I said that. Should just be resolves. Oh well. 😄 |
xref #12551
a) change
CParserError
to an actualValueError
. this is used in a very small number of cases in theengine='c'
parser. (in #12551 it will inherit fromValueError
)b) So we either change ALL
ValueError
toParserError(ValueError)
(e.g. a custom exception) and make the changes in both theengine='c'
andengine='python'
.The text was updated successfully, but these errors were encountered: