📅  最后修改于: 2022-03-11 14:46:26.381000             🧑  作者: Mango
for i in range(len(associationrules)):
associationrules['antecedents'][i] = list(associationrules['antecedents'][i])
associationrules['consequents'][i] = list(associationrules['consequents'][i])