Skip to content

create_gem rewrite with join #273

Description

@JohnHadish

Description of feature

The create-gem.py script currently uses the pandas merge function, which is able to merge on any column. It turns out that the pandas join function is substantially faster, but is slightly more restrictive in that you can only join on the index.

join is essentially instantaneous, even for large matrices, where as merge becomes slow with large matrices. This is most important when you are dealing with massive matrices (greater than ~30,000 samples) where merge gets rather slow.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions