Skip to main content
added 26 characters in body
Source Link

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.

Example :

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 stored in text, which I want to put in X, Y as shown in the example.

Example :

text=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 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

 9 10 13 110 14 16 12 1 6 1 1 2 

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

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, I want to put that values in X, Y accordingly .

Example : 9 10 13 110 14 16

  12 1 6 1 1 2 

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

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.

Example :

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 
Source Link

String to Data frame column

I have 2 column in data frame , X and Y.

and I have some string values, I want to put that values in X, Y accordingly .

Example : 9 10 13 110 14 16

 12 1 6 1 1 2 

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