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

docs(python): Fix references to old methods in lazy docstring #18178

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

alexander-beedie
Copy link
Collaborator

@alexander-beedie alexander-beedie commented Aug 14, 2024

Closes #18103.

(Also a quick drive-by fix: addresses a false-positive error in a parametric test).

@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars labels Aug 14, 2024
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.29%. Comparing base (21f02a6) to head (0352b8b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18178      +/-   ##
==========================================
- Coverage   80.31%   80.29%   -0.03%     
==========================================
  Files        1498     1498              
  Lines      198654   198654              
  Branches     2831     2831              
==========================================
- Hits       159555   159515      -40     
- Misses      38572    38612      +40     
  Partials      527      527              

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

@ritchie46 ritchie46 merged commit c6cb8be into pola-rs:main Aug 14, 2024
15 checks passed
@alexander-beedie alexander-beedie deleted the docs-lazy-frame branch August 14, 2024 10:22
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 python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unclear whether one should use .describe(_optimized)_plan() or .explain()
2 participants