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.PandasChangeWarningClass for deprecations that will raise any warning.
errors.PandasPendingDeprecationWarningClass for deprecations that will raise a PendingDeprecationWarning.
errors.PandasDeprecationWarningClass for deprecations that will raise a DeprecationWarning.
errors.PandasFutureWarningClass for deprecations that will raise a FutureWarning.
Examples
>>> pd.errors.Pandas5Warning <class 'pandas.errors.Pandas5Warning'>