ourtils.visualize

ourtils.visualize#

All things data visualization

ourtils.visualize.plot_pct(data, group_by_vars: list | str, target_var: str, use_proportion=True, plotly_kwargs=None, auto_show=True) tuple#

Plots percentage counts by group. Returns

ourtils.visualize.plot_pct_uniqueness(dat: DataFrame) tuple#

Draws a plot that counts the unique values in a dataframe. Returns a tuple of the matplotlib figure / axis objects so they can be further customized