2021年3月24日星期三

How to split number and word for the whole column in python

I am trying to split the below,

Index 12345 harry 456 45674 john 123

I result should be in three columns,

account number name Id 12345 harry 456 45674 John 123

Could you please help me out.

https://stackoverflow.com/questions/66792930/how-to-split-number-and-word-for-the-whole-column-in-python March 25, 2021 at 12:06PM

没有评论:

发表评论