Questions tagged as 'numpy'

1
answer

How to make the individual media of each element in an array

Hello, I have the following array: matriz = np.array([ [5, 5, 5], [5, 5, 5], [10, 10, 10] ]) I need the result with an array of their respective means, like this: [6.66, 6.66, 6.66] Thankful     
asked by 28.08.2018 / 21:25