You have a Fabric tenant that contains a new semantic model 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 string and numeric columns.
Solution: You use the following PySpark expression:
df.show()
Does this meet the goal?
The df.show() method also does not meet the goal. It is used to show the contents of the DataFrame, not to compute statistical functions. Reference = The usage of the show() function is documented in the PySpark API documentation.
Janine
6 months agoLucina
5 months agoClaudio
6 months agoMy
6 months agoJame
6 months agoRima
6 months agoMitsue
6 months agoLeatha
5 months agoColene
5 months agoShizue
6 months agoRolland
7 months agoStevie
7 months agoRegenia
7 months agoStevie
7 months ago