Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # move column to specific place
- column_to_move = out.pop("Standing_Time1")
- out.insert(8, "Standing_Time1", column_to_move )
- out.head()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement