Valid DP-500 Dumps shared by ExamDiscuss.com for Helping Passing DP-500 Exam! ExamDiscuss.com now offer the newest DP-500 exam dumps, the ExamDiscuss.com DP-500 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com DP-500 dumps with Test Engine here:
You use an Apache Spark notebook in Azure Synapse Analytics to filter and transform data. You need to review statistics for a DataFrame that includes: The column name The column type The number of distinct values Whether the column has missing values Which function should you use?
Correct Answer: B
display(df) statistic details You can use display(df, summary = true) to check the statistics summary of a given Apache Spark DataFrame that include the column name, column type, unique values, and missing values for each column. You can also select on specific column to see its minimum value, maximum value, mean value and standard deviation.