ERRATUM: Typo median->mean

Typo...
pull/80/head
Jake Vanderplas 2017-03-21 12:26:15 -07:00 committed by GitHub
commit f2c4a8af3f
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@
"|-------------------|---------------------|-----------------------------------------------|\n",
"| ``np.sum`` | ``np.nansum`` | Compute sum of elements |\n",
"| ``np.prod`` | ``np.nanprod`` | Compute product of elements |\n",
"| ``np.mean`` | ``np.nanmean`` | Compute median of elements |\n",
"| ``np.mean`` | ``np.nanmean`` | Compute mean of elements |\n",
"| ``np.std`` | ``np.nanstd`` | Compute standard deviation |\n",
"| ``np.var`` | ``np.nanvar`` | Compute variance |\n",
"| ``np.min`` | ``np.nanmin`` | Find minimum value |\n",