docs: return values don't show up in docs #1293
Labels
blocked
documentation
Improvements or additions to documentation
reserved for sprint
please don't submit a PR for this issue just yet
edit by @marenwestermann [WIP]
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.
List of functions/ methods that need the "Returns"documentation:
dataframe.py
DataFrame:
LazyFrame
expr.py
Expr
The text was updated successfully, but these errors were encountered: