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

Missing docs pages for some Series methods #17786

Closed
henryharbeck opened this issue Jul 22, 2024 · 1 comment · Fixed by #18312
Closed

Missing docs pages for some Series methods #17786

henryharbeck opened this issue Jul 22, 2024 · 1 comment · Fixed by #18312
Labels
documentation Improvements or additions to documentation

Comments

@henryharbeck
Copy link
Contributor

Description

In the "Methods" section of the Series page, methods such as count, eq, eq_missing, ge, etc. are listed, but are missing hyperlinks, and API reference pages altogether.

Link

https://docs.pola.rs/api/python/stable/reference/series/index.html#:~:text=2%0A%20%20%20%20%20%20%20%203%0A%5D-,Methods%3A,-abs

@henryharbeck henryharbeck added the documentation Improvements or additions to documentation label Jul 22, 2024
@cmdlineluser
Copy link
Contributor

I think you'd just need to find out where the equivalent expr methods are

And then do the same for the series files, i.e. reference/series/aggregation.rst

There is no reference/series/operators.rst file yet, so you'd likely have to create it.

And then add it to reference/series/index.rst so that it also gets listed in the Section Navigation.

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants