Pandas 将列表值转换成列上的值

转换方法

初始数据:
一列内的数据为列表,该列表内包含2个值。将2个值分开为2列。
Pandas 将列表值转换成列上的值
转换后:
使用apply()函数,参数为pd.Series,作用于表中每一个值
Pandas 将列表值转换成列上的值

相关文章: