QuestionQ153
Prepare dataYou have a Fabric tenant that contains a new semantic model in OneLake.
You use a Fabric notebook to load the data into a Spark DataFrame.
You need to evaluate the data to calculate the minimum, maximum, mean, and standard deviation values for all string and numeric columns.
Solution: You use the following PySpark expression:
df.show()
Does this achieve the goal?
- A Yes
- B No
Community Discussion