解决Pandas KeyError: “None of [Index([...])] are in the [columns]“问题
原因:两个列表交互时,部分数据行,存在a表,但并不存在b表中......当我们尝试从DataFrame中选择一组列,但其中一些列并不在DataFrame中时,就会出现这个问题。例如,考虑以下代码:df=df[['title','url','postTime','viewCount','collectCount','diggCount','commentCount']]如果df中不存在上述列中的任何