datascience.tables
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.
Table.pivot_hist()
datascience.tables.Table.group_barh
datascience.tables.Table.hist