-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Fix regression in setitem when expanding DataFrame with specific column name format #39023
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
Alternatively, I suppose that
|
You mean catching the numpy error? |
I didn't check exactly what it would entail to fix it, but |
Yeah, this works too. Thx |
nice teamwork! @phofl can you add a test specific to is_bool_dtype |
Done |
thanks @phofl |
@meeseeksdev backport 1.2.x |
…g DataFrame with specific column name format
…e with specific column name format (#39032) Co-authored-by: patrick <[email protected]>
We obviously want cast to object if value is string.