Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You create an Azure Machine Learning service datastore in a workspace. The datastore contains the following files:
* /data/2018/Q1 .csv
* /data/2018/Q2.csv
* /data/2018/Q3.csv
* /data/2018/Q4.csv
* /data/2019/Q1.csv
All files store data in the following format:
id,f1,f2,l
1,1,2,0
2,1,1,1
3.2.1.0
You run the following code:

You need to create a dataset named training_data and load the data from all files into a single data frame by using the following code:

Solution: Run the following code:

Does the solution meet the goal?
Use two file paths.
Use Dataset.Tabular_from_delimeted as the data isn't cleansed.
Note:
A TabularDataset represents data in a tabular format by parsing the provided file or list of files. This provides you with the ability to materialize the data into a pandas or Spark DataFrame so you can work with familiar data preparation and training libraries without having to leave your notebook. You can create a TabularDataset object from .csv, .tsv, .parquet, .jsonl files, and from SQL query results.
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-create-register-datasets
Jamika
4 months agoAshley
4 months agoRefugia
4 months agoLorean
5 months agoAide
5 months agoJeff
5 months agoMa
5 months agoKenia
5 months agoAlva
6 months agoBernardine
6 months agoVanda
6 months agoGlendora
6 months agoDetra
6 months agoClorinda
6 months agoGianna
8 months agoCristal
8 months agoIzetta
8 months agoTricia
8 months agoMelinda
9 months agoShantell
7 months agoYoko
8 months agoAlesia
8 months agoShawn
9 months agoLeota
8 months agoStephen
8 months agoVincent
9 months agoHassie
8 months agoHassie
8 months agoCandida
9 months agoColene
9 months agoGraciela
9 months ago