Pandas returns nan when queried

后端 未结 0 1322
不思量自难忘°
不思量自难忘° 2020-12-16 05:28

This is my code while working with which I encountered this problem:

def getBill(basket):
    if len(basket) != 0:
        for index in range(len(df)):
               


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