-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Regression raising Error when having dup cols with single dtype for read csv #42030
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
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.
is this for 1.3?
pandas/_libs/parsers.pyx
Outdated
@@ -689,6 +689,7 @@ cdef class TextReader: | |||
count = counts.get(name, 0) | |||
if ( | |||
self.dtype is not None | |||
and isinstance(self.dtype, dict) |
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 we use is_dict_like?
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.
Yes, thx
looks like it |
Yes this is a regression on the rc |
thanks @phofl |
…p cols with single dtype for read csv
@meeseeksdev backport 1.3.x |
Something went wrong ... Please have a look at my logs. |
…h single dtype for read csv (#42045) Co-authored-by: Patrick Hoefler <[email protected]>
regression on master, so no whatsnew