cudf.core.groupby.DataFrameGroupBy.boxplot
-
DataFrameGroupBy.boxplot(
- subplots: bool = True,
- column=None,
- fontsize: int | None = None,
- rot: int = 0,
- grid: bool = True,
- ax=None,
- figsize: tuple[float, float] | None = None,
- layout=None,
- sharex: bool = False,
- sharey: bool = True,
- backend=None,
- **kwargs,
)[source]