jtec / jtec/prx

Test benefits of pandas parallelization libraries

Open
#152 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

ideas
Dominant language
Python
Stars
23
Forks
9
Avg merge
5d 12h
Merged PRs (30d)
4

Description

Libraries such as

promise big speedups to dataframe operations, so we'll want to test their potential to accelerate prx. https://modin.readthedocs.io/en/stable/getting_started/quickstart.html seems especially promising, as it looks like they try to completely emulate the pandas API.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the pandas dataframe operations in prx and review how they are currently executed. Evaluate swifter and Modin against representative operations, then document whether either library provides meaningful speedups without breaking the pandas API expectations.

Written by the indexing model from the issue text.

Assessment

Tech stack
pandas, python
Domain
data, performance
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.