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