'Python - When importing csv file containing multiple columns, all the columns fall into 1 column
I am new in python using pandas for data analysis. I have a csv file consisting 363227 rows and 10 columns. But when I import it in Jupiter notebook using pandas it shows 363227 rows but only 1 column where all the columns are merged into 1.
Please help in how to deal with this.
Thanks
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
