librasteve / raku-Dan-Polars

Raku Polars binding
Artistic License 2.0
5 stars 2 forks source link

Use zip-many instead of basic [Z] in to-dataset #2

Open librasteve opened 2 years ago

librasteve commented 2 years ago

sub zip-many (@arrs) { @arrs == 1 ?? @arrs[0][] !! [Z] @arrs }

from https://stackoverflow.com/questions/44821983/recursive-generator-manual-zip-vs-operator