-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
dataframedocumentationImprove or add to documentationImprove or add to documentationgood first issueClearly described and easy to accomplish. Good for beginners to the project.Clearly described and easy to accomplish. Good for beginners to the project.
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dataframedocumentationImprove or add to documentationImprove or add to documentationgood first issueClearly described and easy to accomplish. Good for beginners to the project.Clearly described and easy to accomplish. Good for beginners to the project.