pandas.errors.Pandas4Warning#

exception pandas.errors.Pandas4Warning[source]#

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

This warning indicates a deprecation that will be enforced when pandas version 4.0 is released. Users should update their code before upgrading.

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.Pandas4Warning
<class 'pandas.errors.Pandas4Warning'>