I am new in pandas and having a problem Failed to convert String to float while reading csv file using pandas,i have used so far
pd.read_csv('Book2.csv',delimiter=',', index_col=0, skiprows=1,converters={'Open Price (Rs.)':float})
and tried dtype also
both gives an error I am sharing the csv file link: https://drive.google.com/open?id=0B_RSbeIckLLeRlByUlhxUGJ2dWc