码迷,mamicode.com
首页 > 其他好文 > 详细

pandas提示“Keyerror”

时间:2020-07-12 01:04:25      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:文件   indexer   engine   ring   ack   erro   cep   line   pac   

pandas excel报错

Traceback (most recent call last):
File "D:\Softwares\Python3.6.8\lib\site-packages\pandas\core\indexes\base.py", line 2646, in get_loc
    return self._engine.get_loc(key)
File "pandas\_libs\index.pyx", line 111, in pandas._libs.index.IndexEngine.get_loc
File "pandas\_libs\index.pyx", line 138, in pandas._libs.index.IndexEngine.get_loc
File "pandas\_libs\hashtable_class_helper.pxi", line 1619, in pandas._libs.hashtable.PyObjectHashTable.get_item
File "pandas\_libs\hashtable_class_helper.pxi", line 1627, in pandas._libs.hashtable.PyObjectHashTable.get_item
KeyError: ‘xxx‘

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "d:\Codes\Python_proj\pandas_excel\XXX.py", line 16, in <module>
    not_at_school_notfinish = not_at_school_notfinish.loc[data[‘xxx‘]]
File "D:\Softwares\Python3.6.8\lib\site-packages\pandas\core\frame.py", line 2800, in __getitem__
    indexer = self.columns.get_loc(key)
File "D:\Softwares\Python3.6.8\lib\site-packages\pandas\core\indexes\base.py", line 2648, in get_loc
    return self._engine.get_loc(self._maybe_cast_indexer(key))
File "pandas\_libs\index.pyx", line 111, in pandas._libs.index.IndexEngine.get_loc
File "pandas\_libs\index.pyx", line 138, in pandas._libs.index.IndexEngine.get_loc
File "pandas\_libs\hashtable_class_helper.pxi", line 1619, in pandas._libs.hashtable.PyObjectHashTable.get_item
File "pandas\_libs\hashtable_class_helper.pxi", line 1627, in pandas._libs.hashtable.PyObjectHashTable.get_item
KeyError: ‘xxx‘

解决办法

可能是对原始文件进行了排序,导致找不到列名

pandas提示“Keyerror”

标签:文件   indexer   engine   ring   ack   erro   cep   line   pac   

原文地址:https://www.cnblogs.com/naixil/p/13286087.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!