Query a pandas df grouped by one feature, multiple conditions and outputting it into a list

前端 未结 0 780
隐瞒了意图╮
隐瞒了意图╮ 2020-12-15 18:34

I have the following pandas df (dummy df, the original one consists of 100\'000s of entries).

columns = [\'id\', \'answer\', \'is_correct\']
index = [\'1\',\'         


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