Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You manage an Azure Machine Learning workspace. You create a Python script. You want to run the Python script as a job. You set the
You manage an Azure Machine Learning workspace. You create a Python script.
You want to run the Python script as a job. You set the value of the input parameter inputdata to an MLTable.
What should you do to be able to read the data?
Select only one answer.
Use the load method to read the data.
Use the Pandas readcsv method to read the data.
Define the schema for reading the data in the Python script.
Define the URI of the data asset from where it can be read.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started