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.PandasChangeWarning

Class for deprecations that will raise any warning.

errors.PandasPendingDeprecationWarning

Class for deprecations that will raise a PendingDeprecationWarning.

errors.PandasDeprecationWarning

Class for deprecations that will raise a DeprecationWarning.

Examples

>>> pd.errors.PandasFutureWarning
<class 'pandas.errors.PandasFutureWarning'>