python pandas读取csv后,获取列标签的方法 在Python中,经常会去读csv文件,如下importpandasaspdimportnumpyasnpdf=pd.read_csv("path.csv")data=np.array(d 列标签