Exam Preparation Quiz

Question 30 of 75

Evaluate Statistical Measures in Fabric

You work for MDFT Pro, a well-known training agency that uses Microsoft Fabric for data analysis. You have a Fabric tenant that contains business data in OneLake.

You use a Fabric notebook to read the data into a Spark DataFrame. You need to evaluate the data to calculate the min, max, mean, and standard deviation values for all the numeric columns.

Solution: You use the following PySpark expression:

df.explain().show()

Does this meet the goal?

Choose the correct answer from the options below.

Explanations for each answer:

Learn more about the describe function:
DataFrame Describe
Next Question