Hi im trying to move one period forward the result of a simple custom factor, with the pandas shift attribute, but when i´m trying to run at the pipeline, it shows up with the next error:
'numpy.ndarray' object has no attribute 'shift'
What other way there is for place in the pipeline the factor one period forward.
Thank you