Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Python
median of numpy array
Draakhond
Programming language:
Python
2021-07-18 12:11:58
0
Q:
median of numpy array
Richter65
Code:
Python
2021-06-04 05:06:19
arr
= np.array([
1
,
2
,
3
,
4
,
5
])
np
.median(arr)
0
Tags
array
Related
pandas find median of non zero values in a column
median in python
sum of a numpy array
max of matrix numpy
get median of column pandas
how to get median mode average of a python list
how to round numpy array
taking subarray of numpy array
New to Communities?
Join the community