Make a Transformation that casts the elements in a column in a dataframe from type TIA to type TOA.
If cast fails, fill with default.
Details
TIA | TIA::default() |
| float | 0. |
| int | 0 |
| string | "" |
| bool | false |
Required features: contrib
make_df_cast_default in Rust documentation.
Supporting Elements:
Input Domain:
DataFrameDomain<TK>Output Domain:
MInput Metric:
DataFrameDomain<TK>Output Metric:
M