Generation

code to explanationMon, 13 Mar 2023

plt.figure(figsize=(10,10)) sns.countplot(df['age'],hue =df['readmitted'])

The plot shows that there is a large number of readmissions in the 0-10 age group and a very low number in the 90-100 age group.

Questions about programming?Chat with your personal AI assistant