Skip to content

Conversation

@nameexhaustion
Copy link
Collaborator

@nameexhaustion nameexhaustion commented Sep 5, 2025

Before

pl.DataFrame().transpose()
# polars.exceptions.NoDataError: unable to transpose an empty DataFrame

After

pl.DataFrame().transpose()
shape: (0, 0)
┌┐
╞╡
└┘

pl.DataFrame(schema={"a": pl.Int32, "b": pl.Int32}).transpose()
shape: (2, 0)
┌┐
╞╡
└┘

@github-actions github-actions bot added breaking Change that breaks backwards compatibility enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Sep 5, 2025
@nameexhaustion nameexhaustion modified the milestone: 2.0.0 Sep 5, 2025
@nameexhaustion nameexhaustion added the needs decision Awaiting decision by a maintainer label Sep 5, 2025
@codecov
Copy link

codecov bot commented Sep 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.83%. Comparing base (c50a014) to head (dbc599e).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #24380      +/-   ##
==========================================
+ Coverage   81.81%   81.83%   +0.01%     
==========================================
  Files        1680     1680              
  Lines      227632   227638       +6     
  Branches     2919     2920       +1     
==========================================
+ Hits       186239   186281      +42     
+ Misses      40663    40626      -37     
- Partials      730      731       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ritchie46 ritchie46 force-pushed the main branch 3 times, most recently from ddf5907 to d0914d4 Compare September 27, 2025 11:06
@ritchie46 ritchie46 force-pushed the main branch 3 times, most recently from 90ceb7b to e9fce55 Compare October 26, 2025 16:01
@nameexhaustion nameexhaustion added this to the 2.0.0 milestone Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking Change that breaks backwards compatibility enhancement New feature or an improvement of an existing feature needs decision Awaiting decision by a maintainer python Related to Python Polars rust Related to Rust Polars

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant