推荐方法失败,并显示错误KeyError

时间:2019-03-28 14:59:00

标签: python-3.x

我们需要根据评论者ID查找建议。但是无法根据审阅者ID过滤数据框。数据框已正确加载,并且具有以下审阅者ID。

#sorted_user_predictions,recommendations= recommend_method(preds_df,df2,df_clean,"A02155413BVL8D0G7X6DN", 5)
    user_row_number="A02155413BVL8D0G7X6DN"
# Get and sort the user's predictions
    sorted_user_predictions = preds_df.loc["A02155413BVL8D0G7X6DN"].sort_values(ascending=False)

此处失败,并显示以下错误:

  

KeyError:“标签[A100WFKYVRPVX7]不在[索引]中”

我们在论坛中检查了各种解决方案。但这没有帮助。

0 个答案:

没有答案