📜  pandas 替换列位置 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:00.178000             🧑  作者: Mango

代码示例1
df = df.reindex(['B','C','A'], axis=1)