Note: This question is part of a series of questions that use the same or similar answer choices. An answerchoice may be correct for more than one question in the series. Each question is independent of the other
questions in this series. Information and details provided in a question apply only to that question.
You have a non-tabular file that is saved in Azure Blob storage.
You need to download the file locally, access the data in the file, and then format the data as a dataset.
Which module should you use?

A.
Execute Python Script
B.
Tune Model Hyperparameters
C.
Normalize Data
D.
Select Columns in Dataset
E.
Import Data
F.
Edit Metadata
G.
Clip Values
H.
Clean Missing Data
Explanation:
https://msdn.microsoft.com/en-us/library/azure/mt674698.aspx
Import Data:
Loads data from external sources on the web; from various forms of cloud-based storage in Azure such as tables, blobs, and SQL databases; and from on-premises SQL Server databases
• Import from Web URL via HTTP
• Import from Hive Query
• Import from Azure SQL Database
• Import from Azure Table
• Import from Azure Blob Storage
• Import from Data Feed Providers
• Import from On-Premises SQL Server Database
Import from Azure Cosmos DB
1
0