Skip to content

Document that describe is using approximate algorithms #10416

@fjetter

Description

@fjetter

Calculating quantiles is difficult and expensive. For operations like {DataFrame|Series}.describe or quantile we're actually automatically falling back to an approximate algorithm.

This can be confusing, particularly for new users who are comparing results with pandas directly. While quantile is mentioning that this is approximate, describe doesn't even documenting the argument percentile_method since it's just inheriting the doc string from pandas

Metadata

Metadata

Assignees

Labels

dataframedocumentationImprove or add to documentationgood first issueClearly described and easy to accomplish. Good for beginners to the project.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions