Created
January 7, 2022 21:17
-
-
Save KevinGutowski/e8a3059a30cfc38dbc7b959d5bdbdc09 to your computer and use it in GitHub Desktop.
Revisions
-
KevinGutowski created this gist
Jan 7, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ columns = list(df.columns) df = df[[columns[i] for i in [3,2,1,4,6,4,8]]