Skip to content

WIP BUG: Warning for incompatible type when type should be compatible #56360

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

Closed

Conversation

MarcoGorelli
Copy link
Member

([61, 63], "int32", Series([10, 61, 12], dtype="int32"), None),
([61, 63], "int32", Series([10, 61, 12]), FutureWarning),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this would currently upcast, but at least there's a futurewarning noting that it won't in the future

@mroeschke mroeschke added the PDEP6-related related to PDEP6 (not upcasting during setitem-like Series operations) label Dec 7, 2023
Copy link
Contributor

github-actions bot commented Jan 9, 2024

This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PDEP6-related related to PDEP6 (not upcasting during setitem-like Series operations) Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Warning for incompatible type when type should be compatible
2 participants