Break up Word dans Clomun Pandas

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