开发者社区 问答 正文

Pandas中的df[df[col] > 0.5]函数的作用是什么?

Pandas中的df[df[col] > 0.5]函数的作用是什么?

展开
收起
游客nxq6attzvywgk 2021-11-30 18:29:13 671 分享 版权
1 条回答
写回答
取消 提交回答
  • Pandas中的df[df[col] > 0.5]函数的作用是选择col列的值大于0.5的行。

    2021-11-30 18:29:37
    赞同 展开评论