We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576e386 commit 4f39637Copy full SHA for 4f39637
pandas/plotting/_core.py
@@ -605,10 +605,10 @@ def boxplot_frame_groupby(
605
Returns
606
-------
607
dict or DataFrame.boxplot return value
608
- If ``subplots=True``, returns a dictionary of group keys to the boxplot
609
- return values. If ``subplots=False``, returns the boxplot return value
+ If ``subplots=True``, returns a dictionary of group keys to the boxplot
+ return values. If ``subplots=False``, returns the boxplot return value
610
of a single DataFrame.
611
-
+
612
See Also
613
--------
614
pandas.DataFrame.boxplot : Create a box plot from a DataFrame.
0 commit comments