-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 typos and add see also links to struct name expressions #18282
Conversation
@@ -97,7 +97,6 @@ These functions are available from the Polars module root and can be used as exp | |||
Expr.any | |||
Expr.approx_n_unique | |||
Expr.count | |||
Expr.exclude |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expr.exclude
also exists under the Columns / names
category, so this was a duplicate doc entry here.
name.map | ||
name.prefix | ||
name.suffix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given these are no longer in the same namespace as alias
, this needs to be done for them to link correctly in the docs.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18282 +/- ##
=======================================
Coverage 80.21% 80.21%
=======================================
Files 1500 1501 +1
Lines 198897 198908 +11
Branches 2837 2837
=======================================
+ Hits 159547 159557 +10
- Misses 38822 38823 +1
Partials 528 528 ☔ View full report in Codecov by Sentry. |
Good stuff 👌 |
Thank you! Appreciate the speedy review 😄 |
I have built the docs locally and verified that all changes render correctly.