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