pandas.errors.PandasPendingDeprecationWarning#

exception pandas.errors.PandasPendingDeprecationWarning[source]#

Warning raised for an upcoming change that is a PendingDeprecationWarning.

See also

errors.PandasChangeWarning

Class for deprecations that will raise any warning.

errors.PandasDeprecationWarning

Class for deprecations that will raise a DeprecationWarning.

errors.PandasFutureWarning

Class for deprecations that will raise a FutureWarning.

Examples

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