我有一個代碼,可以在其中找到數(shù)據(jù)列內(nèi)的相關(guān)性并將結(jié)果打印為數(shù)據(jù)框correlation= Answer0.corr()corr_self=(correlation.where(numpy.triu(numpy.ones(correlation.shape),k=3).astype(numpy.bool)).stack() .sort_values(ascending=False))frame_5=corr_self.to_frame()如何將該框架分成三個差異列?
添加回答
舉報
0/150
提交
取消