-1
Problem is not from the IDE, you are reading a CSV file and Python is reading the file correctly. You need to format the output to the way you want it.
If I remember well in the Panda documentation there are some examples and here too https://www.shanelynn.ie/python-pandas-read_csv-load-data-from-csv-files/
You can also manipulate your datasets via the Jupyter Notebook direct on the https://jupyter.org browser/.
– edtech