Câu 52: Databricks Certified Associate Developer for Apache Spark
In what order should the below lines of code be run in order to read a JSON file at the file path filePath into a DataFrame with the specified schema schema?Lines of code:1. .json(filePath, schema = schema)2. .storesDF3. .spark \4. .read() \5. .read \6. .json(filePath, format = schema)
Nội dung câu hỏi
In what order should the below lines of code be run in order to read a JSON file at the file path filePath into a DataFrame with the specified schema schema?Lines of code:1. .json(filePath, schema = schema)2. .storesDF3. .spark \4. .read() \5. .read \6. .json(filePath, format = schema)
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. 3, 5, 6
- B. 2, 4, 1
- C. 3, 5, 1 — đáp án hiện tại
- D. 2, 5, 1
- E. 3, 4, 1
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.