🌈 搜索
📅  最后修改于: 2022-03-11 14:46:57.841000             🧑  作者: Mango
cols = df.columns.tolist() # Rearrange the list any way you want cols = cols[-1:] + cols[:-1] df = df[cols]