Panel.pipe()
pandas.Panel.pipe
-
Panel.pipe(func, *args, **kwargs)
-
Apply func(self, *args, **kwargs)
New in version 0.16.2.
Parameters: func : function
function to apply to the NDFrame.
args
, andkwargs
are passed intofunc
. Alternatively a(callable, data_keyword)
tuple wheredata_keyword
is a string indicating the keyword ofcallable
that expects the NDFrame.args : positional arguments passed into
func
.kwargs : a dictionary of keyword argumen