https://prefect.io logo
i

itay livni

12/24/2020, 4:19 PM
Hi - I've asked this question previously many versions ago. Is
apply_map
the only way to map over
ifelse
and
case
statements?
d

Dylan

12/24/2020, 5:55 PM
Hmmm
👋 Hey @itay livni! Can you share a quick example of what you’re thinking?
i

itay livni

12/24/2020, 6:35 PM
Hi @Dylan Just something like
conditional.map
i.e.
ifelse.map
,
case.map
or
merge.map
This was not meant to be a feature request. Just looking for some guidance on how to map conditional without
apply_map
- thanks
d

Dylan

12/24/2020, 6:48 PM
I think
apply_map
is still the way to go for now
i

itay livni

12/24/2020, 6:54 PM
@Dylan thanks.
👍 1
2 Views