-
Notifications
You must be signed in to change notification settings - Fork 92
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: return values don't show up in docs #1293
Comments
we can resolve this by adding a e.g. for
|
I can start working on this one. Just for clarification:
|
wonderful, thanks! yes, that's right! |
I've done the ones in The rest we can do at the sprint - thanks @marenwestermann for listing all the ones that need doing! 🙏 |
Yeah, I was also thinking that the ones in |
edit by @marenwestermann
Add a "Returns" section to the doc strings of functions and methods which concisely describes what is being returned.
Start with one or two functions at a time. Once you feel familiar with the documentation process you can update several functions at a time (remember to ideally keep your pull requests small). For more details and an example see below.
Note: There are a few functions/ methods where the documentation of the arguments is missing too. It would be great if you could add this too in case it's missing.
List of functions/ methods that need the "Returns"documentation:
dataframe.py
DataFrame:
LazyFrame
series.py
Series
SeriesCatNamespace
SeriesStringNamespace
SeriesDateTimeNamespace
The text was updated successfully, but these errors were encountered: