I have multiple time-series that are Categorical, aka, they are not integer or floats, but strings types.
I would like to have a derived timeseries that acts as a “fallback” between different timeseries, for instance:
If time-series-A is present, take time-series A. Else, take time-series-B. Else, take time-series-C.
I want to use the Combine time series card.
It seems that in the derived time-series UI, an error occur if I’m trying to derived new categorical time-series with A node has an input with an incompatible type. It's likely a categorical series was used as a numeric input, or vice versa.
Is there a way to achieve this ?
