尝试引用/加载使用 Blob 存储中的数据源文件生成的 dsource 或 dprep 文件时,我收到错误消息“No files for given path(s)”。
使用 .py 和 .ipynb 文件进行测试。这是代码:
# Use the Azure Machine Learning data source package
from azureml.dataprep import datasource
df = datasource.load_datasource('POS.dsource') #Error generated here
# Remove this line and add code that uses the DataFrame
df.head(10)
请让我知道还有哪些其他信息会有所帮助。谢谢!