Skip to content

ENH: Use explicit arguments in DataFrameGroupBy.describe #50406

Closed
@rhshadrach

Description

@rhshadrach

Currently DataFrameGroupBy.describe uses **kwargs instead of explicit arguments. These eventually get passed to DataFrame.describe. We should use explicit arguments, those from DataFrame.describe, instead.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions