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
Index(Series(Index.values).str.strip()) would be necessary for an index
should be very straightforward to move the .str accessor to IndexOpsMixin (from Series)
to support this (would need to prevent Index sub-classes from using it though as they don't support string ops.