Hi all,
I am trying to calculate the mean of top 80% quantile of the earning yield from the fundamental data. So for each day, I would like to see one number only.
I am doing this through a pipeline.
The final result that I want to see (per day) is just the last number at the end of the notebook(per day).
However, the result from Pipeline contain a lot of NAN and the same number that I needed in an N dimension array.
After looking through API, it seems that it documented as :" The job of the compute function is to produce a one-dimensional array of length N as an output."
Is it a default behavior ? Can it be changed?
Thanks,
L.T.