I have a datafarme with the following set up.
Product Clol1 Col2 Col3
pen 2 5 8
paper 6 7 4
shrpener 0 7 9
I want create list with the values for the index. = "paper". Out put would be [6,7,4]
How can I do it?