pandas.errors.UnsupportedFunctionCall#

exception pandas.errors.UnsupportedFunctionCall[源代码]#

尝试调用Pandas对象上的NumPy函数时引发异常,但该对象不支持该函数,例如 np.cumsum(groupby_object)