A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ydataai/ydata-profiling/commit/06524cc0c119d5047247a375b31d89da1a47a03a below:

Correction for numpy.NaN deprecating to numpy.nan (#1649) · ydataai/ydata-profiling@06524cc · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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