DeprecationWarningの読み方

DeprecationWarningの読み方

pythonで利用されるエラーメッセージの1つである「DeprecationWarning」の読み方を掲載してます。

読み⽅

ディプリーシエイションワーニング」と読みます。

英訳

「Deprecation」は「非推奨」という意味があります。

DeprecationWarningとは

pythonで、非推奨になったメソッドなどを使用すると発生します。

DeprecationWarning: Call to deprecated function get_sheet_by_name (Use wb[sheetname]).