pandas.errors.PandasPendingDeprecationWarning#
- exception pandas.errors.PandasPendingDeprecationWarning[source]#
Warning raised for an upcoming change that is a PendingDeprecationWarning.
See also
errors.PandasChangeWarningClass for deprecations that will raise any warning.
errors.PandasDeprecationWarningClass for deprecations that will raise a DeprecationWarning.
errors.PandasFutureWarningClass for deprecations that will raise a FutureWarning.
Examples
>>> pd.errors.PandasPendingDeprecationWarning <class 'pandas.errors.PandasPendingDeprecationWarning'>