我正在尝试读取使用西欧(windows)编码的CSV文件 df = pd.read_csv(FileName,encoding='mbcs', usecols=[1],header=4) 这段代码在Windows上工作得很好,但在Linux 18.04上就不行了。(错误:未知编码: mbcs)实际上,在codecs python documentation中,我们有以下信息: mbcs is for Windows only: Encode the operandaccording to the ANSI</em