Pandas python ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all()

后端 未结 0 1240
说谎
说谎 2021-02-15 18:38

I have 2 dataframes in question - 1 contains the officersID and officer names in a company:

officer_df = pd.DataFrame({\'officerID\': [\'01\', \'02\', \'03\'], \'         


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