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