aggplot only accepts "agg" as normalize argument.
Idodox opened this issue · 2 comments
Idodox commented
when running
dxp.aggplot(agg='interest_level', data = train_df, hue= "0_bathrooms", normalize = "col")
I get:
ValueError: normalize
can only be None, "all", one of the values passed to the parameter names "agg", "hue", "row", "col", or a combination of those parameter names in a tuple, if they are defined.
same error using any of my column names, "hue" "row" etc.
tdpetrou commented
Thank you for reporting this. I don't have time to improve the library now, but will do so later this year.