我正在尝试为以下数据集usin创建字典:id value1 a1 b1 c2 e2 f2 g3 h3 g3 l输出应该是这样的{1: [a,b,c], 2:[e, f, g], 3: [h, g, l]} 我知道一些有关如何创建字典的参考,但是没有一个给出这样的输出。 查看完整描述