πŸ“„ Cast To Float Return Nan If FailedΒΆ

operators.cast_to_float_return_nan_if_failed

type: Cast
to: float
failure_default: nan
[source]

Explanation about CastΒΆ

Casts specified fields to specified types.

Args:

default (object): A dictionary mapping field names to default values for cases of casting failure. process_every_value (bool): If true, all fields involved must contain lists, and each value in the list is then casted. Defaults to False.

Read more about catalog usage here.