data<-data[c(8,1:7)]
基本上,将最后一列移动到第一个位置.如何仅使用列索引在Python中执行此操作,最好是在一行中?
python numpy pandas
numpy ×1
pandas ×1
python ×1