I can read a csv file in which there is a column containing Chinese characters (other columns are English and numbers). However, Chinese characters don\'t display correctly.
Try this
df = pd.read_csv(path, engine='python', encoding='utf-8-sig')