Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-500 Topic 9 Question 46 Discussion

Actual exam question for Microsoft's DP-500 exam
Question #: 46
Topic #: 9
[All DP-500 Questions]

You have an Azure Synapse Analytics notebook.

You run the xxsq1 magic command to render data into an Apache Spark DataFrame named df1, and then you run the following code.

display (df1, summary = true)

Which three attributes will be returned by the command? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer: A, C, D

Contribute your Thoughts:

Selma
20 days ago
That's a good point, unique could also be one of the attributes returned.
upvoted 0 times
...
Madalyn
26 days ago
I'm not sure about missing, I think it might be unique instead.
upvoted 0 times
...
Glendora
28 days ago
Hah, leave it to the Azure experts to make a simple data display command so complicated. Next they'll be asking us to write Spark SQL queries in our sleep.
upvoted 0 times
Paola
9 days ago
C) missing
upvoted 0 times
...
Ivette
11 days ago
B) range
upvoted 0 times
...
Tiera
19 days ago
A) type
upvoted 0 times
...
...
Reid
1 months ago
Hold up, are we sure about that? I thought display() only gave you the column names, data types, and maybe the first few rows. Where are you getting all these advanced stats from?
upvoted 0 times
...
Lewis
1 months ago
I agree with Selma, those attributes make sense for a summary display.
upvoted 0 times
...
Felix
1 months ago
I'm pretty sure B and E are also part of the answer. You need to know the range and ordinal nature of the data to fully understand the DataFrame.
upvoted 0 times
...
Selma
1 months ago
I think the attributes returned will be type, range, and missing.
upvoted 0 times
...
Leandro
1 months ago
C, D, and missing are definitely the right attributes. The display() function in Synapse Analytics gives you the summary statistics including missing values and unique values.
upvoted 0 times
Alaine
13 days ago
That's correct, the summary option in display() gives you those attributes.
upvoted 0 times
...
Toi
15 days ago
Yes, the display() function provides summary statistics like missing and unique values.
upvoted 0 times
...
Xuan
16 days ago
I agree, C, D, and missing are the attributes returned by the command.
upvoted 0 times
...
...

Save Cancel