How to read csv file(already registered in azureblobstore) as pandas DataFrame in score.py?

Debasish Roy 6 Reputation points
2021-06-30T14:03:51.393+00:00

I am creating a ACI web service in azureml where I need to include a csv file (which I have registered in azureblobstore) in the score.py file. I have tried "Dataset.get_by_name(ws,'dataset_name', version='latest')" which is working fine in my local machine but getting error while deploying as web service.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,010 questions
{count} vote

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.