我的数据结构如下所示:
- testSet: a list of records in the test set, where each record
is a dictionary containing values for each attribute
在每条记录中都有一个名为“ID”的元素。我现在想testSet
通过 ID 值搜索里面的记录。所以当我得到一个 ID = 230 时,我想返回它的 ID 元素等于 230 的记录。
我怎样才能做到这一点?