对每列apply函数如何合并 对每列apply函数data[u'buy_place'] = data[u'buy_place'].apply(lambda x :x.split(' ')[-1]) 如何合并 串接行 ,串接列 merge