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

fix(python): Fix constructing a Series from a list of Series with given dtype #15144

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

stinodego
Copy link
Contributor

Closes #15139

@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Mar 18, 2024
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.21%. Comparing base (0b65c33) to head (13d4b65).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15144   +/-   ##
=======================================
  Coverage   81.21%   81.21%           
=======================================
  Files        1346     1346           
  Lines      175233   175233           
  Branches     2506     2506           
=======================================
+ Hits       142310   142312    +2     
+ Misses      32444    32440    -4     
- Partials      479      481    +2     

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

@stinodego stinodego changed the title fix(python): Fix constructing a list Series with given dtype fix(python): Fix constructing a Series from a list of Series with given dtype Mar 19, 2024
@ritchie46 ritchie46 merged commit 223f281 into main Mar 19, 2024
14 checks passed
@ritchie46 ritchie46 deleted the fix-list-constructor-issue branch March 19, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't Series of List with explicit dtype
2 participants