I have an csv file like CSV File
I want to get values based on row and column names . For example if I pass C2 & T2 , I should be able to fetch respective value = 6. How this can be done in pandas.
I have an csv file like CSV File
I want to get values based on row and column names . For example if I pass C2 & T2 , I should be able to fetch respective value = 6. How this can be done in pandas.