pandas.errors.UnsupportedFunctionCall

exception pandas.errors.UnsupportedFunctionCall[source]

If attempting to call a numpy function on a pandas object. For example using np.cumsum(groupby_object).

Scroll To Top