mtuq.Dataset.apply

Dataset.apply(function, *args, **kwargs)[source]

Applies a function to all streams

Warning

Although apply returns a new Dataset, contents of the original Dataset may still be overwritten, depending on the function. To preserve the original, consider making a copy first.