I want to count the elements of a python list that is within a dataframe, and for the output to be a column in the dataframe. How do I do that?

前端 未结 0 1446
忘了有多久
忘了有多久 2020-12-14 04:46

So, I have a data-frame that looks kind of like this: | column_1 | column 2 | | 0. | [a, \'b\', \'c\'] | | 1 | [\'z\', \'y\'] | | 2

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