2016-04-09 10 views

答えて

0

あなたはstr.splittolistを使用することができます。

print df.Pattern.str.split(',').tolist() 
[['a'], ['a', 'b']] 
関連する問題