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.PandasPendingDeprecationWarningClass for deprecations that will raise a PendingDeprecationWarning.
errors.PandasDeprecationWarningClass for deprecations that will raise a DeprecationWarning.
errors.PandasFutureWarningClass for deprecations that will raise a FutureWarning.
Examples
>>> pd.errors.PandasChangeWarning <class 'pandas.errors.PandasChangeWarning'>