Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster computation of quantiles in describe #2909

Merged
merged 2 commits into from
Oct 16, 2021
Merged

Faster computation of quantiles in describe #2909

merged 2 commits into from
Oct 16, 2021

Commits on Oct 15, 2021

  1. Faster computation of quantiles in describe

    Computing all quantiles when we only need the median is signficantly slower.
    Also avoid trying to compute quantiles for string columns since the failure
    only happens after sorting the vector, which is almost all of the work.
    nalimilan committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    528d8a4 View commit details
    Browse the repository at this point in the history
  2. More general approach

    nalimilan committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    c9c249b View commit details
    Browse the repository at this point in the history