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
Inspecting numpy.core.defchararray and the online docs for string operations, it seems there is a missing feature to slice a string array in a vectorized way.
It would be nice to have numpy.core.defchararray.slice(a, start, stop[, step])
This Q/A seems to reflect this missing feature, with a few example implementations.