I have 300 CSV files
and this file encoded ANSI
so, I want to convert these files to utf-8
I think to use for loop can be achieved but I don't know how to do
how can I do this with python?
I have 300 CSV files
and this file encoded ANSI
so, I want to convert these files to utf-8
I think to use for loop can be achieved but I don't know how to do
how can I do this with python?