pandas.errors.PandasDeprecationWarning — pandas 3.0.0rc0+33.g1fd184de2a documentation (original) (raw)

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