标签: python statistics sublimetext correlation
我有一个包含两列数据的csv文件,并试图用Python计算他们的Spearman相关系数。这是我的代码:
public interface Comparable<T> { int compareTo(T o); }
在终端中运行它们(我正在使用mac)时,它返回(0.3745301276716122,0.0)作为结果;在使用Sublime构建它们时,它返回(0.18597808700272841,0.0)。他们不一样。为什么会这样,哪个是正确的结果?