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

Câu 93: Databricks Certified Associate Developer for Apache Spark

Which of the following code blocks returns a DataFrame containing only the rows from DataFrame storesDF where the value in column sqft is less than or equal to 25,000 OR the value in column customerSatisfaction is greater than or equal to 30?

Nội dung câu hỏi

Which of the following code blocks returns a DataFrame containing only the rows from DataFrame storesDF where the value in column sqft is less than or equal to 25,000 OR the value in column customerSatisfaction is greater than or equal to 30?

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. storesDF.filter(col("sqft") = 30)
  2. B. storesDF.filter(col("sqft") = 30) — đáp án hiện tại
  3. C. storesDF.filter(col(sqft) = 30)
  4. D. storesDF.filter(sqft = 30)
  5. E. storesDF.filter(col("sqft") = 30)

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ề