Use the syntax DataFrame[["column1", "column2", "column3"]] with the column names in the desired order to reorder the columns. print(df). Output. A B C 0 1 ...
確定! 回上一頁