How to count the elements of a list within a pandas series

前端 未结 0 1913
-上瘾入骨i
-上瘾入骨i 2020-12-13 00:15

I have the following data structure.

basket_series = df_train["basket"].head(10)
type(basket_series) 

Output: pandas.core.se

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