Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Machine Learning Associate All Questions

View all questions & answers for the Certified Machine Learning Associate exam

Exam Certified Machine Learning Associate topic 1 question 48 discussion

Actual exam question from Databricks's Certified Machine Learning Associate
Question #: 48
Topic #: 1
[All Certified Machine Learning Associate Questions]

A data scientist is wanting to explore the Spark DataFrame spark_df. The data scientist wants visual histograms displaying the distribution of numeric features to be included in the exploration.
Which of the following lines of code can the data scientist run to accomplish the task?

  • A. spark_df.describe()
  • B. dbutils.data(spark_df).summarize()
  • C. This task cannot be accomplished in a single line of code.
  • D. spark_df.summary()
  • E. dbutils.data.summarize (spark_df)
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ricorosol
1 month, 3 weeks ago
C. This task cannot be accomplished in a single line of code.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...