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
BUG/TST: fix several issues with slice bound checking code
BUG/TST: fix handling of slice.stop < -len, obj.iloc[:-len(obj)] should be empty
BUG/TST: fix exceptions raised by Series.iloc when slice.start > len
CLN: remove unused _check_slice_bound function and raise_on_error params
0 commit comments