pandas.errors.PandasDeprecationWarning#

exception pandas.errors.PandasDeprecationWarning[source]#

Warning raised for an upcoming change that is a DeprecationWarning.

This warning indicates a feature that is officially deprecated and will be removed in a future version of pandas.

See also

errors.PandasChangeWarning

Class for deprecations that will raise any warning.

errors.PandasPendingDeprecationWarning

Class for deprecations that will raise a PendingDeprecationWarning.

errors.PandasFutureWarning

Class for deprecations that will raise a FutureWarning.

Examples

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