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

Câu 29: SnowPro Advanced Data Scientist DSA-C03

A Data Scientist needs to remove the “ssn” field from this data set they are working on for a customer DataFrame in Snowpark: Which functions can they use to accomplish this? (Choose two.)

Nội dung câu hỏi

A Data Scientist needs to remove the “ssn” field from this data set they are working on for a customer DataFrame in Snowpark: Which functions can they use to accomplish this? (Choose two.)

Minh họa câu hỏi

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. df.drop(“ssn”) — đáp án hiện tại
  2. B. df.remove(“ssn”)
  3. C. df.update(col(“ssn”).remove())
  4. D. df.select(“id”, “name”. “gender”).save()
  5. E. df_new = df.select(“id”, “name”, “gender”) — đáp án hiện tại

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ề