How can I select a value from a pandas dataframe by using column name and row name?
I have a table with column names as well as row names. However, I can use columnname to select a whole column but I don't kno whow to use row names in order to select a value from a cell. I want to avoid using indices as I want to trat the table like a dictionary.