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
Empty Column slices return the full column instead of an empty result. In particular, col[0:0] incorrectly expands to all valid rows rather than preserving the empty slice. See reproducer at: