pandas.errors.PandasDeprecationWarning#
- exception pandas.errors.PandasDeprecationWarning[source]#
Warning raised for an upcoming change that is a DeprecationWarning.
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'>