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: regression in read_csv parser handling of usecols GH5766
GH4406 fixed one bug and introduced (exposed?) this corner case
where the loop over columns continues even after all usecols
have been fulfilled, causing an out-of-bound lookup in names.
0 commit comments