You have multiple CSV files with identical schemas stored in an Azure blob datastore. Each file is named `sales.csv` and is located in a month-year named folder under a parent `sales` directory. A new folder is added each month. You need to register a dataset for training a model with these requirements: * The dataset must load all sales data into a structure easily convertible to a pandas DataFrame. * You must be able to create experiments that use only data from before a specific previous month, excluding later data. * You must register the minimum number of datasets. What should you do to register this sales data as a dataset in your Azure Machine Learning workspace? | Microsoft Certified Azure Data Scientist Associate - DP-100 Quiz - LeetQuiz