pandas.Series.pipe¶
Apply func(self, \*args, \*\*kwargs).
- param func
- function
function to apply to the Series/DataFrame.
args, andkwargsare passed intofunc. Alternatively a(callable, data_keyword)tuple wheredata_keywordis a string indicating the keyword ofcallablethat expects the Series/DataFrame.
- param args
- iterable, optional
positional arguments passed into
func.
- param kwargs
- mapping, optional
a dictionary of keyword arguments passed into
func.
- return
object : the return type of
func.
Warning
This feature is currently unsupported by Intel Scalable Dataframe Compiler