Aplicar Strip () uma coluna em pandas
df[0] = df[0].str.strip()
Agreeable Anteater
df[0] = df[0].str.strip()