The issue is that your data has double quotes, causing it to be read as single column.
One way to fix this issue in VS code is :
pd.read_csv('INPUT.csv',delimiter=",")