5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

During handling of the above exception, another exception occurredの対処法

Last updated at Posted at 2018-07-04

以下のエラーがJupyterで出てしまった時の対処法

KeyError:
During handling of the above exception, another exception occurred:

AnacondaをインストールしたばかりのPCでは問題なく動作するコードに対し、
数か月前にインストールしたPCでは動かず...

色々ネットで調べたところ、Pandasのバージョンアップをすると解決するらしい。

というわけで、Anaconda経由でアップデートしてJupyter Notebookを再起動したら直りました。

Anacondaのアップデート方法はこちら↓

Anacondaのアップデート方法 - Qiita

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?