导入describe()时scipy.stats有问题

时间:2019-06-13 17:07:38

标签: python python-3.x module scipy statistics

在Scipy文档中,它明确指出要使用统计信息(尤其是对数组的简短描述):

Import scipy
scipy.stats.describe(a, axis=0, ddof=1, bias=True, nan_policy='propagate')

但是我得到了AttributeError: 模块'scipy'没有属性'stats'

然后在文档的另一部分中说:

from scipy import stats

对我来说很好。实际上,我之间没有确切的区别。从......导入......以及为什么第一个不起作用。 非常感谢你的帮助。如果你们也可以提供一些链接,我将不胜感激。

0 个答案:

没有答案