pandas.errors.PandasChangeWarning#

exceptionpandas.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'>
On this page

This Page