Apply func to each of the specified measurements.
Parameters: | func : callable
ids : hashable| iterable of hashables | None
applyto : ‘measurement’ | ‘data’
output_format: ‘DataFrame’ | ‘dict’ : noneval : obj
setdata : bool
dropna : bool
|
---|---|
Returns: | DataFrame/Dictionary containing the output of func for each Measurement. : |