how to go to the next value if the previous one is not found

后端 未结 0 596
伪装坚强ぢ
伪装坚强ぢ 2020-12-01 08:33
file = askopenfilename(filetypes=[("Excel files", "*.xlsx")])
columns = [0, 1]
df = pd.read_excel(rf\'{file}\', usecols=columns)
try:
    sender_         


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