辞書のリスト (すべての辞書には同じキーまたは異なる値を持つ同じキーがあります) をすべての辞書に置き換える方法はwith same values of keys id and type which occur more than 0ne time with just one new dictionary with type group
? 存在をカウントする反復によってこれを行うことができ、複数の存在とのすべての組み合わせをリストに入れて置き換えますが、より速い方法はありますか?
[{id:1, type:1, content:'txt'},{id:2, type:1, content:'abc'},{id:1, type:1, content:'yup'},{id:1, type:1, content:'dmg'}]
となります
[{id:1, type:'group', content:'txt'},{id:2, type:1, content:'abc'}]