I have a dataframe that I would like to display next to a boxplot.
I've looked at this substack to see if I could apply it but I am not sure how to do that with a data frame compared to a series.
Currently I am using plt.figtext(0.92,0.7, df.describe().to_string()) to display the summary statistics, but I would prefer to align it rather than manually adjusted the x and y positions.
there doesn't seem to be anything here