September 2018
Beginner
224 pages
4h 46m
English
In order to create a Boxplot, you must have only numeric columns in the query, since all of the parameters are calculated automatically.
In the following example, the query is as follows:
SELECT query_id, count(*) FROM visualizations GROUP BY query_id
This query returns the query_id and the count as numbers. Now, we will add the Boxplot to understand their distribution.
Choose Boxplot in Visualization Type, and add X/Y axis labels for your convenience.
Right after you select the visualization type, the Five Number Summary will be calculated automatically and drawn inside the visualization:

Read now
Unlock full access