+1
-1
lines changedFilter options
+1
-1
lines changed Original file line number Diff line number Diff line change
@@ -138,7 +138,7 @@ def pandas_describe_numeric_1d(
138
138
}
139
139
)
140
140
stats["iqr"] = stats["75%"] - stats["25%"]
141
-
stats["cv"] = stats["std"] / stats["mean"] if stats["mean"] else np.NaN
141
+
stats["cv"] = stats["std"] / stats["mean"] if stats["mean"] else np.nan
142
142
stats["p_zeros"] = stats["n_zeros"] / summary["n"]
143
143
stats["p_infinite"] = summary["n_infinite"] / summary["n"]
144
144
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4