ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any()...
使用PandasDataFrame的行、列索引组合提取数据后,常常需要通过某些值判断后对其进一步处理,而当索引出现重复项时,进行值判断就会报标题所示的错误:ValueError:ThetruthvalueofaDataFrameisambiguous.Usea.empty,a.bool(),a.item(),a.any()ora.all().这是因为重复索引会返回Series,而非标量,而又有多个