pandas.errors.Pandas5Warning#
- exception pandas.errors.Pandas5Warning[source]#
- Warning raised for an upcoming change that will be enforced in pandas 5.0. - 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'>