pandas.errors.PandasChangeWarning — pandas 3.0.0rc0+33.g1fd184de2a documentation (original) (raw)
- API reference
- Testing
- pandas.errors.PandasChangeWarning
exception pandas.errors.PandasChangeWarning[source]#
Warning raised for any upcoming change.
See also
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.PandasChangeWarning <class 'pandas.errors.PandasChangeWarning'>