Skip to content

Use bottleneck to calculate nanmean in statistics function #759

Open
@gsheni

Description

@gsheni
  • pandas docs mention this:

bottleneck: for accelerating certain types of nan evaluations. bottleneck uses specialized cython routines to achieve large speedups. If installed, must be Version 1.2.1 or higher.

  • We can use bottleneck to calculate the nanmean, and speed up our describe function
  • We should make this an optional dependency
  • It seems that we might just need to install bottleneck and we should be able to get the speed improvement, but we should verify this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency fileenhancementImprovement to an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions