DataFrame.
lookup
Label-based “fancy indexing” function for DataFrame.
Given equal-length arrays of row and column labels, return an array of the values corresponding to each (row, col) pair.
The row labels to use for lookup.
The column labels to use for lookup.
The found values.