@pandafoot wrote:
In the tutorial by Kunal [https://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2/] There is a section on “Filling in Missing Values” where boxplots are made.
Please explain how to make the boxplot for ‘LoanAmount’ by BOTH ‘Education’ and 'Self_Employed. I cannot figure out how to do this.
I can plot one using :
df.boxplot (column=‘ApplicantIncome’, by = ‘Education’) but I cannot plot BY both.
Please explain.
Posts: 1
Participants: 1