一、错误描述 二、解决方法 将文件路径写成Absolute Path的形式,同时注意文件路径使用“\\”作为分隔,而不是用“/” eg:job_info = pd.read_csv(‘F:\\python\\job_info.csv’)