【问题标题】:Read data from Azure Blob to In-memory using python notebook使用 python notebook 将数据从 Azure Blob 读取到内存中
【发布时间】:2019-08-04 04:33:23
【问题描述】:

我有一个由 Blob 组成的容器,其中包含我的数据(csv 文件)。我需要将这些数据读入我用于 Azure ML 的 python notebook。

我曾尝试链接How best to convert from azure blob csv format to pandas dataframe while running notebook in azure ml,但遇到以下问题。

问题: AzureSigningError:不正确的填充

但是我的id和密码是正确的。

请求您提供帮助。 是否有其他方法可以从 Azure 笔记本中的 Ml 应用程序的 Blob 存储读取文件。

问候, 顶

【问题讨论】:

  • 问题实际上与 machine-learning 无关 - 请不要向标签发送垃圾邮件(已删除并替换为 azure-machine-learning)。
  • 你看过这篇文章吗:docs.microsoft.com/en-us/azure/machine-learning/service/… 你可以挂载包含你的数据的 blob 存储,并将任何文件下载到托管你笔记本的任何计算/虚拟机上

标签: python azure azure-devops azure-blob-storage azure-machine-learning-studio


【解决方案1】:

这是 AzureSigningError 类附带的文档,它是 Python Azure 存储 SDK 的一部分。

Represents a fatal error when attempting to sign a request.
In general, the cause of this exception is user error. For example, the given account key is not valid.
Please visit https://docs.microsoft.com/en-us/azure/storage/common/storage-create-storage-account for more info.

很可能,您的存储帐户名称或存储帐户密钥不正确。

当您故意提供错误的组合时,这也将是您得到的确切错误。

希望这会有所帮助。

托拜厄斯 W.

【讨论】:

    猜你喜欢
    • 2019-08-06
    • 2021-02-22
    • 1970-01-01
    • 2020-10-21
    • 2016-10-12
    • 2018-07-30
    • 2021-04-29
    • 1970-01-01
    • 2020-12-28
    相关资源
    最近更新 更多