찾다

 >  Q&A  >  본문

python - pandas出毛病了,重装也不行

Traceback (most recent call last):
  File "C:\Users\Administrator\AppData\Roaming\Python\Python36\site-packages\pandas\indexes\base.py", line 2134, in get_loc
    return self._engine.get_loc(key)
  File "pandas\index.pyx", line 132, in pandas.index.IndexEngine.get_loc (pandas\index.c:4433)
  File "pandas\index.pyx", line 154, in pandas.index.IndexEngine.get_loc (pandas\index.c:4279)
  File "pandas\src\hashtable_class_helper.pxi", line 732, in pandas.hashtable.PyObjectHashTable.get_item (pandas\hashtable.c:13742)
  File "pandas\src\hashtable_class_helper.pxi", line 740, in pandas.hashtable.PyObjectHashTable.get_item (pandas\hashtable.c:13696)
KeyError: 0

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:/Users/Administrator/PycharmProjects/untitled/test.py", line 5, in <module>
    code = today_data[0]
  File "C:\Users\Administrator\AppData\Roaming\Python\Python36\site-packages\pandas\core\frame.py", line 2059, in __getitem__
    return self._getitem_column(key)
  File "C:\Users\Administrator\AppData\Roaming\Python\Python36\site-packages\pandas\core\frame.py", line 2066, in _getitem_column
    return self._get_item_cache(key)
  File "C:\Users\Administrator\AppData\Roaming\Python\Python36\site-packages\pandas\core\generic.py", line 1386, in _get_item_cache
    values = self._data.get(item)
  File "C:\Users\Administrator\AppData\Roaming\Python\Python36\site-packages\pandas\core\internals.py", line 3543, in get
    loc = self.items.get_loc(item)
  File "C:\Users\Administrator\AppData\Roaming\Python\Python36\site-packages\pandas\indexes\base.py", line 2136, in get_loc
    return self._engine.get_loc(self._maybe_cast_indexer(key))
  File "pandas\index.pyx", line 132, in pandas.index.IndexEngine.get_loc (pandas\index.c:4433)
  File "pandas\index.pyx", line 154, in pandas.index.IndexEngine.get_loc (pandas\index.c:4279)
  File "pandas\src\hashtable_class_helper.pxi", line 732, in pandas.hashtable.PyObjectHashTable.get_item (pandas\hashtable.c:13742)
  File "pandas\src\hashtable_class_helper.pxi", line 740, in pandas.hashtable.PyObjectHashTable.get_item (pandas\hashtable.c:13696)
KeyError: 0

这个错误我也是一脸懵,安装各种依赖库,卸载重装都不行,求大神指导

天蓬老师天蓬老师2786일 전1017

모든 응답(1)나는 대답할 것이다

  • 天蓬老师

    天蓬老师2017-04-18 10:29:52

    다양한 데이터 처리 패키지가 함께 제공되며 추가 설치가 필요 없는 Python 배포판 Anaconda를 사용하는 것이 좋습니다.
    이 배포판은 종속성 오류 및 무능력을 효과적으로 방지할 수 있는 conda 패키지 관리 도구를 사용합니다. 질문
    설치 패키지가 상대적으로 크다고 생각되면 추가 다운로드 및 설치가 필요한 간소화된 버전의 Miniconda를 사용해 볼 수 있습니다.

    콘다를 이용한 다운로드 속도가 느린 경우에는 칭화의 미러, 칭화 콘다 미러 구성을 이용하시면 됩니다

    회신하다
    0
  • 취소회신하다