Memecah kata dalam clomun panda

df[['fips', 'row']] = df['row'].str.split(' ', n=1, expand=True)
Outstanding Orangutan