We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2d1ed commit 227d8c4Copy full SHA for 227d8c4
pandas/core/nanops.py
@@ -388,6 +388,7 @@ def get_median(x):
388
# otherwise return a scalar value
389
return _wrap_results(agg1d(values) if notempty else np.nan, dtype)
390
391
+
392
def _get_counts_nanvar(mask, axis, ddof, dtype=float):
393
dtype = _get_dtype(dtype)
394
count = _get_counts(mask, axis, dtype=dtype)
0 commit comments