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