You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm positive on adding a special case for frozenset. Unfortunately it isn't straight forward to just use repr as we need to limit the number of elements.
rhshadrach
changed the title
BUG: frozensets are shown in parentheses (like tuples)
ENH: frozensets are shown in parentheses (like tuples)
Jan 10, 2025
Pandas version checks
is:issue in:title frozenset
Reproducible Example
Issue Description
Expected Behavior
The same as
s.map(repr)
:Or if you insist on an abbreviated option, maybe something like this:
Installed Versions
The text was updated successfully, but these errors were encountered: