I have a table made up of pandas data frames. It contains 5 different arrays making up the five columns of the table, each with hundreds of entries. I have another array made up of indexes from the array. How do I make another table containing only these indexes?
            Asked
            
        
        
            Active
            
        
            Viewed 27 times
        
    0
            
            
        - 
                    read this before posting; https://stackoverflow.com/help/mcve – Zanshin Dec 08 '18 at 22:00
- 
                    Also see [here](https://stackoverflow.com/questions/20109391/how-to-make-good-reproducible-pandas-examples). – hilberts_drinking_problem Dec 08 '18 at 22:07
