Skip to content

docs: Added documation for on_columns for LazyFrames#26859

Draft
nicholaslegrand102 wants to merge 2 commits intopola-rs:mainfrom
nicholaslegrand102:main
Draft

docs: Added documation for on_columns for LazyFrames#26859
nicholaslegrand102 wants to merge 2 commits intopola-rs:mainfrom
nicholaslegrand102:main

Conversation

@nicholaslegrand102
Copy link

Fixes #26831

First-time contributor here!
This PR adds documentation to the pivot section to inform users that they can specify on_columns when pivoting a LazyFrame, allowing them to perform the pivot without calling collect() beforehand.

Ai Use: I used Claude to help me simplify my documentation modifications.

nicholaslegrand102 and others added 2 commits March 7, 2026 09:57
Signed-off-by: Nicholas Legrand <nicholaslegrand102@gmail.com>
@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars first-contribution First contribution by user labels Mar 8, 2026
@nicholaslegrand102 nicholaslegrand102 marked this pull request as draft March 8, 2026 15:25
@codecov
Copy link

codecov bot commented Mar 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.63%. Comparing base (8f2501b) to head (1f9d878).
⚠️ Report is 20 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #26859      +/-   ##
==========================================
+ Coverage   81.62%   81.63%   +0.01%     
==========================================
  Files        1806     1806              
  Lines      248038   248038              
  Branches     3122     3122              
==========================================
+ Hits       202462   202495      +33     
+ Misses      44770    44737      -33     
  Partials      806      806              

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation first-contribution First contribution by user python Related to Python Polars rust Related to Rust Polars

Projects

None yet

Development

Successfully merging this pull request may close these issues.

on_columns is not discussed in the getting started on pivot

1 participant