pandas.errors.PandasPendingDeprecationWarning — pandas 3.0.0rc0+34.g04a554c9f1 documentation (original) (raw)

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'>