在运用python的pandas和numpy的内容环境下,运行代码时发生以下错误:
C:\ProgramData\Anaconda3\python.exe D:/zafile/py数据分析与应用/数据分析代码/14.2、紧急电话数据分析.py
File "D:/zafile/py数据分析与应用/数据分析代码/14.2、紧急电话数据分析.py", line 5
SyntaxError: Non-UTF-8 code starting with '\xbd' in file D:/zafile/py数据分析与应用/数据分析代码/14.2、紧急电话数据分析.py on line 5, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
Process finished with exit code 1
解决方法一
解决方法二
在文件的头部添加以下代码:
# coding:gbk