datascience.tables.Table.pivot_hist

Table.pivot_hist(pivot_column_label, value_column_label, overlay=True, width=6, height=4, **vargs)[source]

Draw histograms of each category in a column. (Deprecated)

Recommended: Use hist(value_column_label, group=pivot_column_label), or with side_by_side=True if you really want side-by-side bars.