Skip to content

REF: Avoid/defer dtype=object containers in plotting #62042

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

Merged
merged 3 commits into from
Aug 5, 2025

Conversation

mroeschke
Copy link
Member

Probably best to avoid operations on containers with these types unless needed/expected

@mroeschke mroeschke added this to the 3.0 milestone Aug 4, 2025
@mroeschke mroeschke added the Visualization plotting label Aug 4, 2025
@jbrockmendel
Copy link
Member

pandas/plotting/_matplotlib/boxplot.py:246: error: Argument "labels" to "_set_ticklabels" has incompatible type "list[Hashable]"; expected "list[str]" [arg-type]

@jbrockmendel
Copy link
Member

Seems benign

@jbrockmendel jbrockmendel merged commit 99f5cb8 into pandas-dev:main Aug 5, 2025
43 checks passed
@jbrockmendel
Copy link
Member

thanks @mroeschke

@mroeschke mroeschke deleted the ref/object branch August 5, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants