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
One of the more convoluted parts of Series.__getitem__ is for handling single-entry lists that contain a slice, where we end up just returning self[key[0]]. We have two tests that hit this path, but it isn't clear to me why this should be supported.