pandas.errors.PandasFutureWarning#

exception pandas.errors.PandasFutureWarning[source]#

Warning raised for an upcoming change that is a FutureWarning.

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