📌  相关文章
📜  TypeError:无法使用 dtyped [object] 数组和 [bool] 类型的标量执行 'rand_' site:stackoverflow.com - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:44.598000             🧑  作者: Mango

代码示例1
q1_fisher_r[(q1_fisher_r['TP53']==1) & q1_fisher_r['TumorST'].str.contains(':1:')]
               ^^^^                        ^^^^
           first condition            second condition