Q40
Single choice
You are developing a machine learning model by using Azure Machine Learning. You are using multiple text files in tabular format for model data. You have the following requirements:
1. You must use AutoML jobs to train the model.
2. You must use data from specified columns.
3. The data concept must support lazy evaluation.
You need to load data into a Pandas dataframe.
Which data concept should you use?