Enter search terms or a module, class or function name.
pandas.errors.
UnsupportedFunctionCall
If attempting to call a numpy function on a pandas object. For example using np.cumsum(groupby_object).
np.cumsum(groupby_object)