FileSystemDataset (query)
pickup_datetime: timestamp[ms]
pickup_text: string (binary_join_element_wise(cast(strftime(pickup_datetime, {format="%A"}), {to_type=string, allow_int_overflow=false, allow_time_truncate=false, allow_time_overflow=false, allow_decimal_truncate=false, allow_float_truncate=false, allow_invalid_utf8=false}), cast(if_else((hour(pickup_datetime) < 12), "AM", "PM"), {to_type=string, allow_int_overflow=false, allow_time_truncate=false, allow_time_overflow=false, allow_decimal_truncate=false, allow_float_truncate=false, allow_invalid_utf8=false}), " ", {null_handling=REPLACE, null_replacement="NA"}))
See $.data for the source Arrow object