我想知道处理存储/读取项目列表的正确方法是什么,例如以下处理摇滚明星的示例,其中已知列表包含 hdf5 的最大数量的值:
Date_of_Birth
Bands[] - where the maximum number of bands is 10
Siblings[] - where the maximum number of siblings is 6
Date_of_Death
所有这些都是列名。
ValueError: cannot reindex from a duplicate axis
我考虑过的一种方法是使用重复的列名,但结果却给出了错误 ( )。否则,我能做的就是 haveBands 1
等Bands 2
……但这会使检索和查询变得很麻烦。有没有更好的办法?任何帮助将不胜感激!