df[['A', 'B']] = df['AB'].str.split(' ', 1, expand=True)
df.Name.str.split(expand=True,)
0 1
0 Steve Smith
1 Joe Nadal
2 Roger Federer