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
Describe the bug
Would it be possible given an array A, bad row indices and bad column indices to make a new array that does not have these rows or columns similar to np.delete? But also hoping for it to be efficient
Describe the bug
Would it be possible given an array A, bad row indices and bad column indices to make a new array that does not have these rows or columns similar to
np.delete
? But also hoping for it to be efficientThis can be done with np.delete as follows:
To Reproduce
Thank you
The text was updated successfully, but these errors were encountered: