import numpy as np
a = np.array([1, 2, 3, 4, 5, 6, 7, 8, 9])
index = [2, 3, 6]
new_a = np.delete(a, index)
print(new_a) #Prints `[1, 2, 5, 6, 8, 9]`
array = np.delete(array, 2)
numpy.delete(a, index)
Code Example |
---|
C :: populate a map c++ |
C :: arduino client disconnect |
C :: successeur ("123") |
C :: random in c |
C :: multiplication of two matrix in c |
C :: get time to complete code c |
C :: que es % en c |
C :: block a website on mac |
C :: c bit access struct |
C :: sdl2 c programming |
C :: function for quicksort in c |
C :: differnce between spooling and buffering |
C :: union in c |
C :: pthread c |
C :: c if else |
C :: go Iterating over an array using a range operator |
C :: Firebase Connecting with ESP8266 |
C :: stack push code |
C :: Write a C program to merge two array to third array. |
C :: functions in c |
C :: selection sort algorithm in c |
C :: print command for rust unit-test |
C :: print to console in c |
C :: malloc c |
C :: how to transform a char to ascii code in c |
C :: c memcpy |
C :: strstr |
C :: c unused variable |
C :: c calling a function |
C :: yt derived field |