pandas.errors.Pandas5Warning#

exception pandas.errors.Pandas5Warning[source]#

Warning raised for an upcoming change that will be enforced in pandas 5.0.

This warning indicates a pending deprecation that will be enforced when pandas version 5.0 is released. Users should plan to update their code.

See also

errors.PandasChangeWarning

Class for deprecations that will raise any warning.

errors.PandasPendingDeprecationWarning

Class for deprecations that will raise a PendingDeprecationWarning.

errors.PandasDeprecationWarning

Class for deprecations that will raise a DeprecationWarning.

errors.PandasFutureWarning

Class for deprecations that will raise a FutureWarning.

Examples

>>> pd.errors.Pandas5Warning
<class 'pandas.errors.Pandas5Warning'>