I have an container consisting of Blob, which consist of my data(csv file). I need to read this data into python notebook which I am using for Azure ML.
I had tried link How best to convert from azure blob csv format to pandas dataframe while running notebook in azure ml but facing following issue.
Issue: AzureSigningError: Incorrect padding
But my id and password is correct.
Request you to help. Is there any another method to read files from Blob storage for Ml application in Azure notebook.
Regards, sumit