reordering columns in vaex #1913
-
I am a beginner using vaex trying to solve some data problems. I had a query and was looking for some suggestions. Any help is greatly appreciated. So my question is how do I reorder columns in vaex. for example, I want the 5th column at number 1 and the first column at number 5, etc. I know we can use the reindex method in pandas, is there a way to mimic that in vaex. thanks for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
maartenbreddels
Feb 12, 2022
Replies: 1 comment 3 replies
-
Hi Hasham! you can do this using:
Does that make sense? Regards, Maarten |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Hasham04
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Hasham!
you can do this using:
Does that make sense?
Regards,
Maarten