Pandas-4 | Pandas Read Write CSV, Excel Files | Python Programming | Unicode Error Solution

preview_player
Показать описание
In this tutorial we will study
1) How to read csv and excel file in pandas
2) How to write pandas DataFrame as csv, excel
3) Unicode error solution while importing external files
4) How to select external file path

Follow Me on

Рекомендации по теме
Комментарии
Автор

I was stuck in this reading file issue for a long time, but thanks i resolved it now

alikhanak
Автор

Mam i have syntax error: invalid non-printable character U+2002A is showing while read csv file.please help.

abhaykrishan
Автор

i see you are replying to the comments and I really need your help with this. I tried all the method fixing this problem but it ain't happening
'utf-8' codec can't decode bytes in position 606-607: invalid continuation byte
this is the error I'm facing

pratiksha
Автор

File "<ipython-input-64-896bc3f73623>", line 3
df =
^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated escape

while importing CSV file I'm getting this kind of error, I tried all the possible ways plz help me with this. keeping r at the front and changing forward slashes to back and vice versa as well

greatkingisback