what the advantage of using zip function df['full_name']=zip(df['name'],df['last name'])

后端 未结 0 690
陌清茗
陌清茗 2021-01-28 15:51

i am trying to understand.

what the advantage of using zip function

df[\'full_name\']=zip(df[\'name\'],df[\'last name\'])

instead of

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