Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Create single time vector from data.columns[]

A little context, I've been having small issues regarding the reliability between the concat function and expressing individual prices in vector related math computations.

Is there a way to export individual values from the data.columns into a single array? It would make life easier in my case to do simple relative computations without needing to access specific functions.

Thanks.

2 responses

Need a little more info. What is 'data.columns' that you refer to? There are the 'data.current' and 'data.history' methods. Do you mean one of those? Or are you referring to the output of a pipeline? Or something else?

update solved the issue