flytekitplugins.deck.BoxRenderer#

class flytekitplugins.deck.BoxRenderer(column_name)[source]#

In a box plot, rows of data_frame are grouped together into a box-and-whisker mark to visualize their distribution.

Each box spans from quartile 1 (Q1) to quartile 3 (Q3). The second quartile (Q2) is marked by a line inside the box. By default, the whiskers correspond to the box edges +/- 1.5 times the interquartile range (IQR: Q3-Q1), see “points” for other options.

Methods

to_html(df)[source]#
Parameters

df (pandas.core.frame.DataFrame) –

Return type

str