-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Series.__setitem__ with mismatched IntervalDtype #39120
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
jbrockmendel
commented
Jan 12, 2021
•
edited
Loading
edited
- closes #xxxx
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
if inplace: | ||
assert df._mgr.blocks[0].values is arr # i.e. setting was done inplace | ||
else: | ||
assert df.dtypes[0] == object |
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.
maybe should think about breaking up this test file at some point
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.
ill take a look at some point. we'll get to delete the test class below in #35417, so thats a start
also pls add a whatsnew |
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.
lgtm. can you merge master just in case and ping on greenish
rebased + greenish |