CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

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.

  1. A. 3, 5, 6
  2. B. 2, 4, 1
  3. C. 3, 5, 1 — đáp án hiện tại
  4. D. 2, 5, 1
  5. 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.

Câu hỏi liền kề