Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Issue with creating a iterable list of Stocks

I am having an Issue with creating a iterable list of Stocks to do Markowitz Optimization.
Anyone have any nifty solutions?I t is much appreciated.

1 response

Never_mind I got it working .
Had to set the axis equal to 0
Stocks.data_frame = pd.concat(Stocks.data,axis = 0)