Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I have 2 column in data frame, X and Y. And I have some string values stored in text, which I want to put in X, Y as shown in the example.
Example :
9text=9 10 13 110 14 16 12 1 6 1 1 2
X Y 9 12 10 1 13 6 110 1 14 1 16 2
I have 2 column in data frame, X and Y. And I have some string values which I want to put in X, Y as shown in the example.
9 10 13 110 14 16 12 1 6 1 1 2
text=9 10 13 110 14 16 12 1 6 1 1 2
I have 2 column in data frame , X and Y.
and And I have some string values, which I want to put that values in X, Y accordingly as shown in the example.
Example : 9 10 13 110 14 16
I want to put in this order.
X Y
9 12
10 1
13 6
110 1
14 1
16 2
help me if any one know
and I have some string values, I want to put that values in X, Y accordingly .
12 1 6 1 1 2