Tom Carter

Results 1 issues of Tom Carter

When using the `attr_distr_plot` function the following error was encountered: ``` File ~/venv/lib/python3.8/site-packages/fairlens/plot/distr.py:77, in distr_plot(df, target_attr, groups, distr_type, show_hist, show_curve, shade, normalize, cmap, ax) 74 if ax is None: 75...