Question: 77]: fig, ax = plt.subplots(figsize=(7, 7)) count = Counter(Y)['Attrited_Flag']; ax.pie(count.values(), labels=count.keys(), autopct=lambda p:f'{p:.2f}' ax.set_title(Percentage of Existing and Attrited customers) move_figure(fig, 500, 500) plt.show() I File
77]: fig, ax = plt.subplots(figsize=(7, 7)) count = Counter(Y)['Attrited_Flag']; ax.pie(count.values(), labels=count.keys(), autopct=lambda p:f'{p:.2f}' ax.set_title("Percentage of Existing and Attrited customers") move_figure(fig, 500, 500) plt.show() I File "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
