Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
试图找到 的参考文档,但来自 Google 的链接现在被重定向到 Scipy 主入口页面,然后scipy.stats.nanmean搜索会出现空白。这是一个临时的网站故障,还是 Scipy 发生了重大变化?statsnanmean
scipy.stats.nanmean
stats
nanmean
在文档中找不到它,但是 scipy 内置的帮助系统提供了我正在寻找的内容:
from scipy import stats stats.nanmean ?