panda数据包中的read_csv用来读取Excel的数据
usecol[1]为读取表格的第二列数据,比如CSV表格中有四列数据,则为usecol[0,1 ,2,3]
data_csv=pd.read_csv(’./data/csv,usecol[1])