Hi,
I have a dataset and I would like to perform some analysis on it. The dataset contains a binary output column and several other feature columns. I am interested in conducting bivariate visual analysis to display the percentage distribution of each feature in a pie chart, for instance, to determine the proportion of female users who will use the product. In this case, the feature is gender and the output is either boolean or binary 'yes' , 'no'
How can I achieve that?
Thanks!
Hey, @Hagar-Usama.
Not sure how your data are setup, but have you tried using the Transforms part of the Interactive Chart?