Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
Thanks for the report, but based on the traceback it appears like a matplotlib/seaborn compat issue with these types so I would recommend raising this issue in seaborn. Closing as an upstream issue
Pandas version checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of pandas.
[ ] I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
This throws a
TypeError
but works with Pandas 1 types:Expected Behavior
I want my plots to work with Pandas 2. This might be a Seaborn issue or a coordination issue. Thought I'd make the world aware.
Installed Versions