FlickerColumn
astype ¶
astype(type_)
Cast the column to a particular dtype.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
type_
|
type or str or DataType
|
The target data type for the column.
If |
required |
See
|
|
required |
Returns:
Type | Description |
---|---|
FlickerColumn
|
A new FlickerColumn instance with the column cast to the specified data type. |