column_from_sequence¶
- column_from_sequence = <function column_from_sequence>¶
Construct Column from sequence of elements.
- Parameters:
sequence (Sequence[object]) – Sequence of elements. Each element must be of the specified
dtype
, the corresponding Python builtin scalar type, or coercible to that Python scalar type.name (str, optional) – Name of column.
dtype (DType) – Dtype of result. Must be specified.
- Returns:
Column