how remove spaces from a dataframe separated by ,

前端 未结 0 1676
你的背包
你的背包 2021-02-02 07:18

I have a column in my dataframe like this

    col
     A,B
   A, B
    C,d
    c,  k

how I can remove extra spaces and get this:

c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题