Câu 144: DP-100: Designing and Implementing a Data Science Solution on Azure
You register a file dataset named csv_folder that references a folder. The folder includes multiple comma-separated values (CSV) files in an Azure storage blob container. You plan to use the following code to run a script that loads data from the file dataset. You create and instantiate the following variables: You ha…
Nội dung câu hỏi
You register a file dataset named csv_folder that references a folder. The folder includes multiple comma-separated values (CSV) files in an Azure storage blob container. You plan to use the following code to run a script that loads data from the file dataset. You create and instantiate the following variables: You have the following code: You need to pass the dataset to ensure that the script can read the files it references. Which code segment should you insert to replace the code comment?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. inputs=[file_dataset.as_named_input('training_files')],
- B. inputs=[file_dataset.as_named_input('training_files').as_mount()], — đáp án hiện tại
- C. inputs=[file_dataset.as_named_input('training_files').to_pandas_dataframe()],
- D. script_params={'--training_files': file_dataset},
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.