简体   繁体   English

Python的新功能。 {使用Spyder)

[英]New in Python. {using Spyder)

I am taking "DATA ANALYSIS AN INTERPRETATION. Never used Python. I am trying to follow the lecture Video and getting this error. I have connected to the folder that has my CSV file. Please help. 我正在学习“数据分析和解释。从未使用过Python。我正在尝试按照讲座视频并遇到此错误。我已连接到具有CSV文件的文件夹。请提供帮助。

在此处输入图片说明

Check if the python script is in the same folder/directory as your csv file. 检查python脚本是否与csv文件位于同一文件夹/目录中。 Otherwise, add the directory path before the filename such as 否则,在文件名之前添加目录路径,例如

data=pandas.read_csv("your_directory_path/filename.csv")

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM