'Index of row and column which contain specific element

I have DataFrame whose row indexes are "A", "B" and column indexes are "C", "D". I would like to pass value (for example bool value True) and get list of pairs of indices (rowIndex,colIndex) which contains the given value. How can I do that in Python?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source