标签: python pandas
这是我正在使用的相关方法。
dfdata.loc[:,[ 'value','value2','....]].corrwith(dfdata2['value3'])
我想筛选基于相关性更大的比仅为0.3截止的结果。
非常感谢您提供有关该方法的任何意见。