Skip to content

docs(rust): Update DataFrame construction docs for Column#27541

Open
uurl wants to merge 1 commit intopola-rs:mainfrom
uurl:docs/dataframe-doc-inconsistency-24931
Open

docs(rust): Update DataFrame construction docs for Column#27541
uurl wants to merge 1 commit intopola-rs:mainfrom
uurl:docs/dataframe-doc-inconsistency-24931

Conversation

@uurl
Copy link
Copy Markdown
Contributor

@uurl uurl commented May 7, 2026

Closes #24931.

Summary

  • Updates the DataFrame Rust documentation to describe construction from Vec<Column> instead of Vec<Series>.
  • Keeps the existing example, which already uses Column::new.

Validation

  • git diff --check
  • cargo fmt --all --check
  • cargo test -p polars-core --doc

AI disclosure

  1. I used AI to help identify the narrow documentation scope and review the PR text.
  2. I confirm that I have reviewed all changes myself, and I believe they are relevant and correct.

@uurl uurl requested review from c-peters, orlp and ritchie46 as code owners May 7, 2026 11:11
@github-actions github-actions Bot added A-dtype-struct Area: struct data type documentation Improvements or additions to documentation rust Related to Rust Polars labels May 7, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.40%. Comparing base (4808230) to head (c77d8cd).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #27541      +/-   ##
==========================================
- Coverage   81.42%   81.40%   -0.02%     
==========================================
  Files        1837     1837              
  Lines      255165   255165              
  Branches     3179     3179              
==========================================
- Hits       207759   207725      -34     
- Misses      46582    46616      +34     
  Partials      824      824              

☔ 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

A-dtype-struct Area: struct data type documentation Improvements or additions to documentation rust Related to Rust Polars

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation inconsistency after #18664

1 participant