from_arrays
from_arrays(
arrays: collections.abc.Sequence[LazyArray] ,
)-> ‘LazyTable’
Stack arrays, which may differ in ndim, into one table.
| method of dascore.core.lazy_array.LazyTable | source |
from_arrays(
arrays: collections.abc.Sequence[LazyArray] ,
)-> ‘LazyTable’
Stack arrays, which may differ in ndim, into one table.