how can I fix my problem for reducing my excel data with correlation in python?TypeError: unsupported operand type(s) for /: 'str' and 'int'

前端 未结 0 557
被撕碎了的回忆
被撕碎了的回忆 2021-02-07 11:47
data_a = pd.read_excel("D://thesis//LapGyn4_v1.0//Surgical_Actions//mydata2.xlsx")
data_a
cols1 = data_a.columns
corrList = []
labels = data_a.iloc[:,1200]
a1          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题