简体   繁体   English

Azure 笔记本中的文件路径

[英]File path in Azure Notebooks

I have some data file(.csv) in a folder in Azure notebooks.我在 Azure 笔记本的文件夹中有一些数据文件(.csv)。 When I try to open the files on a notebook with the file path its still not finding the file.当我尝试使用文件路径打开笔记本上的文件时,它仍然找不到文件。

I tried pd.read_csv('project/data/mydata.csv')我试过pd.read_csv('project/data/mydata.csv')

Thanks for the help谢谢您的帮助

It would have been much easier to understand the problem is if you could show your directory structure.如果您可以显示您的目录结构,那么问题会更容易理解。 But think referring this git issue will be sufficient.但是认为参考这个 git 问题就足够了。 If this doesn't help please add the directory structure of your project.如果这没有帮助,请添加项目的目录结构。

https://github.com/Microsoft/AzureNotebooks/issues/202#issuecomment-335340286 https://github.com/Microsoft/AzureNotebooks/issues/202#issuecomment-335340286

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

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