I have the following csv read as a dataframe:
>>> test=pd.read_csv(\'C:/Temp/test.csv\') >>> test a b c 0 1.1 2.2 3.3 1 3.0 4.0