pandas.errors.PandasFutureWarning#
- exception pandas.errors.PandasFutureWarning[source]#
Warning raised for an upcoming change that is a FutureWarning.
This warning indicates a change in behavior that will occur in a future version of pandas. Users should update their code accordingly.
See also
errors.PandasChangeWarningClass for deprecations that will raise any warning.
errors.PandasPendingDeprecationWarningClass for deprecations that will raise a PendingDeprecationWarning.
errors.PandasDeprecationWarningClass for deprecations that will raise a DeprecationWarning.
Examples
>>> pd.errors.PandasFutureWarning <class 'pandas.errors.PandasFutureWarning'>