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

perf(python): Further optimise initial polars import #16308

Merged
merged 1 commit into from
May 18, 2024

Conversation

alexander-beedie
Copy link
Collaborator

@alexander-beedie alexander-beedie commented May 18, 2024

Shaves another few ms off the initial polars import; definitely don't need Excel utility functions in the top-level DataFrame imports, and can avoid a premature io utils import too.

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars labels May 18, 2024
@alexander-beedie alexander-beedie changed the title feat(python): Further optimise initial polars import perf(python): Further optimise initial polars import May 18, 2024
@github-actions github-actions bot added the performance Performance issues or improvements label May 18, 2024
@alexander-beedie alexander-beedie removed the enhancement New feature or an improvement of an existing feature label May 18, 2024
Copy link

codecov bot commented May 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.77%. Comparing base (6d48c11) to head (3c238f0).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16308      +/-   ##
==========================================
- Coverage   80.78%   80.77%   -0.01%     
==========================================
  Files        1393     1393              
  Lines      179362   179416      +54     
  Branches     2921     2921              
==========================================
+ Hits       144894   144926      +32     
- Misses      33965    33987      +22     
  Partials      503      503              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ritchie46 ritchie46 merged commit 6804f33 into pola-rs:main May 18, 2024
15 checks passed
@alexander-beedie alexander-beedie deleted the import-optimisations branch May 18, 2024 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance issues or improvements python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants