Toggle navigation
it
_qna
Home
EXT
Blog
Questions
Tags
QnA Legacy
Questions tagged as 'numpy'
Tagged questions
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