pandas.errors.UnsupportedFunctionCall

exception pandas.errors.UnsupportedFunctionCall[source]

Exception raised when attempting to call a unsupported numpy function.

For example, np.cumsum(groupby_object).