pull/66/head
Damian Poddebniak 2017-03-21 16:43:04 +01:00
parent b498e1c4bd
commit 577a55afc0
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",