Greetings Everyone!
I'm running into an issue in my research notebook regarding multi-index data frames from my pipeline.
My notebook is fairly simple, I have a parameter of stocks that get filtered down given a range of digits. I then use the "bucket of stocks", AKA dataframe, that the pipeline crunched out followed by creating a list of tickers using the index. Using this list, I would like to feed it to more pipelines to conduct deeper analysis.
In the notebook that I shared, the analysis I would like to have conducted is a correlation test using my new bucket of stocks. However, I can't seem to figure out how to extract the indices as a list using only the tickers in string format (so I can pass it through the price pipeline). I know this is fairly trivial but I would greatly appreciate some guidance or clarification on my code.
Here is my workflow:
(Pipeline one(stock bucket) > Extract indices (stock tickers) into a variable > Pipeline two (using my "stock bucket" to feed stocks into correlation analysis test)
Again, I would love critique on my notebook. Stay healthy and safe everyone!
Thank you,
Andres 'dre'