ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 17 - DP-600 discussion

Report
Export

You are analyzing the data in a Fabric notebook.

You have a Spark DataFrame assigned to a variable named df.

You need to use the Chart view in the notebook to explore the data manually.

Which function should you run to make the data available in the Chart view?

A.
displayMTML
Answers
A.
displayMTML
B.
show
Answers
B.
show
C.
write
Answers
C.
write
D.
display
Answers
D.
display
Suggested answer: D

Explanation:

The display function is the correct choice to make the data available in the Chart view within a Fabric notebook. This function is used to visualize Spark DataFrames in various formats including charts and graphs directly within the notebook environment. Reference = Further explanation of the display function can be found in the official documentation on Azure Synapse Analytics notebooks.

asked 02/10/2024
Ann Nacua
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first