pandas.errors.PandasDeprecationWarning#

exception pandas.errors.PandasDeprecationWarning[源代码]#

为即将进行的、属于 DeprecationWarning 的更改引发的警告。

另请参阅

errors.PandasChangeWarning

用于任何警告的弃用类的类。

errors.PandasPendingDeprecationWarning

用于引发 PendingDeprecationWarning 的弃用类的类。

errors.PandasFutureWarning

用于引发 FutureWarning 的弃用类的类。

示例

>>> pd.errors.PandasDeprecationWarning
<class 'pandas.errors.PandasDeprecationWarning'>