I can read the CSV file information using the English Language. But I can't able to read CSV file information written in Non-English Language.

import pandas as pd asd=pd.read_csv(r'C:\Users\Mypc\Desktop\merge.csv') print(asd)

This is the code which I can read all the information if it is present in English Language but can't read in other languages why?

More Kabilesh Rm's questions See All
Similar questions and discussions