Posts by Victor Valente • 126 points
1 post
-
1
votes4
answers1713
viewsA: Removing lines from a numpy array
Initialize the array: a = np.array([[ 1, 1, 1], [ 2, 2, 2], [ 3, 3, 3], [ 4, 4, 4], [ 5, 5, 5], [ 6, 6, 6], [ 7, 7, 7], [ 8, 8, 8], [ 9, 9, 9], [10, 10, 10], [11, 11, 11], [12, 12, 12], [13, 13,…