When you get unicode error change your reading statement like this.
Kindly use the below code:
pd.read_csv('path/car_sales.csv',encoding = 'latin1')
When you get unicode error change your reading statement like this.
Kindly use the below code:
pd.read_csv('path/car_sales.csv',encoding = 'latin1')
Comments
0 comments
Article is closed for comments.