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): Avoid loading pandas in from_arrow when array has 0 chunks #14562

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

stinodego
Copy link
Member

Closes #14549

@github-actions github-actions bot added performance Performance issues or improvements python Related to Python Polars labels Feb 17, 2024
Copy link

codecov bot commented Feb 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (815732b) 80.76% compared to head (526a1bd) 80.78%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14562      +/-   ##
==========================================
+ Coverage   80.76%   80.78%   +0.01%     
==========================================
  Files        1326     1326              
  Lines      173035   173035              
  Branches     2439     2439              
==========================================
+ Hits       139758   139779      +21     
+ Misses      32805    32785      -20     
+ Partials      472      471       -1     

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

@stinodego stinodego merged commit f044280 into main Feb 17, 2024
13 checks passed
@stinodego stinodego deleted the from-arrow-improvement branch February 17, 2024 14:58
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.

Creating Series from empty arrow chunked array loads pandas
1 participant