Backend to use instead of the backend specified in the option
plotting.backend. For instance, ‘matplotlib’. Alternatively, to
specify the plotting.backend for the whole session, set
pd.options.plotting.backend.
**kwargs
All other plotting keyword arguments to be passed to
matplotlib’s boxplot function.
Returns:
dict of key/value = group key/DataFrame.boxplot return value
or DataFrame.boxplot return value in case subplots=figures=False
Examples
You can create boxplots for grouped data and show them as separate subplots: