Creates a dataset by zipping together the given datasets.

Merges datasets together into pairs or tuples that contain an element from each dataset.

zip_datasets(...)

Arguments

...

Datasets to zip (or a single argument with a list or list of lists of datasets).

Value

A dataset