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