Enter search terms or a module, class or function name.
pandas.errors.
UnsupportedFunctionCall
Exception raised when attempting to call a numpy function on a pandas object, but that function is not supported by the object e.g. np.cumsum(groupby_object).
np.cumsum(groupby_object)