Parse error on Diabetes dataset

I checked the dataset and there was no error in the data field given. Still it shows expected parse error, expected 1 field in line 12, saw 2.

Try with this statements:
data = pd.read_csv(’./train.csv’,delimiter= ‘,’,error_bad_lines=false)

In case if this doesn’t work then please share your jupyter notebook and screenshot of the error.