Why the lambda funct checks the Series's index instead of its value?

前端 未结 0 1379
北荒
北荒 2020-12-12 20:04

I have created a Series using:

suits = list(\'HSCD\')
card_val = (list(range(1, 11)) + [10] * 3) * 4
base_names = [\'A\'] + list(range(2, 11)) + list(\'JKQ\')         


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