pandas.errors.PandasChangeWarning#

exception pandas.errors.PandasChangeWarning[source]#

Warning raised for any upcoming change.

This is the base class for all pandas warnings that indicate upcoming changes to the library’s behavior.

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'>