会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sugar_k
博客园
首页
新随笔
联系
订阅
管理
2019年9月21日
python pandas进行条件筛选时出现ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().”
摘要: 在使用pandas进行条件筛选时,使用了如下的代码: fzd_index=data[(data['实际辐照度']<mi)or(data['实际辐照度']>ma)].index 原本以为,并没有太大的问题。但是出现了ValueError: The truth value of a Series is
阅读全文
posted @ 2019-09-21 10:15 sugar_k
阅读(12446)
评论(0)
推荐(0)
公告