from_frame

method of dascore.core.lazy_array.LazyArray source

from_frame(
    frame: DataFrame ,
    shape ,
    dtype ,
)-> ‘LazyArray’

Return the array to_frame wrote.

Parameters

Parameter Description
frame One row per member per output axis, as to_frame returns.
shape The shape of the array, which its members do not state.
dtype The dtype of the array.