using
a = df.at(\'x\', \'y\')
should this return the value of the cell in the row containing \'x\' and the column header \'y\'?
should it matter that th