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

feat: integrate polars into quipus #47

Merged
merged 3 commits into from
Nov 1, 2024

Conversation

jose-jaen
Copy link
Contributor

Temporary replacement of pandas with polars.
The immediate consequence is relaxing the assumption that all data fits into memory, and guaranteed performance improvement for large datasets.

Tests had to be modified as they heavily depended on pandas.

New dependencies were added to the pyproject.toml file since polars required additional packages. Pandas related ones and openpyxl were not removed as this project will still support both in the foreseeable future.

Temporary replacement of pandas with polars.
The immediate consequence is relaxing the assumption
that all data fits into memory, and guaranteed performance
improvement for large datasets.

Tests had to be modified as they heavily depended on pandas.

New dependencies were added to the pyproject.toml file since
polars required additional packages. Pandas related ones and
openpyxl were not removed as this project will still support
both in the foreseeable future.
@J1Loop J1Loop added the enhancement New feature or request label Nov 1, 2024
@J1Loop J1Loop self-assigned this Nov 1, 2024
@J1Loop J1Loop self-requested a review November 1, 2024 21:02
@J1Loop J1Loop merged commit cdff604 into Monkey-Market:main Nov 1, 2024
1 check passed
@jose-jaen jose-jaen deleted the ft/polars_integration branch November 1, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants