You create an Azure Machine Learning datastore containing files in the following paths: * /data/2018/Q1.csv * /data/2018/Q2.csv * /data/2018/Q3.csv * /data/2018/Q4.csv * /data/2019/Q1.csv All files have the format: id,f1,f2,l 1,1,2,0 2,1,1,1 3,2,1,0 4,2,2,1 You run the provided code. You need to create a dataset named `training_data` that loads the data from all files into a single DataFrame using the provided code. **Solution:** Run the provided code. Does the solution meet the goal? | Microsoft Certified Azure Data Scientist Associate - DP-100 Quiz - LeetQuiz