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 cb35d8a commit 5c3b913Copy full SHA for 5c3b913
pandas/plotting/_core.py
@@ -548,6 +548,7 @@ def boxplot_frame_groupby(
548
Examples
549
--------
550
>>> import itertools
551
+ >>> from pandas.plotting import boxplot_frame_groupby
552
>>> tuples = [t for t in itertools.product(range(1000), range(4))]
553
>>> index = pd.MultiIndex.from_tuples(tuples, names=['lvl0', 'lvl1'])
554
>>> data = np.random.randn(len(index),4)
0 commit comments