How to separate a string with 2 uppercases and a space with regex in pandas dataframe?

前端 未结 0 835
别跟我提以往
别跟我提以往 2021-01-22 03:48

I have a dataframe column, teams, where I am trying to split the team name, \'CubsWhite Sox\', into two parts, \'Cubs\' and \'White Sox\'.

import pandas as pd
imp         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题