Skip to content

Commit b1624e5

Browse files
committed
Better doc
1 parent 2ae11b6 commit b1624e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

databricks/koalas/frame.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8644,6 +8644,10 @@ def all(self, axis: Union[int, str] = 0) -> "ks.Series":
86448644
* 0 / 'index' : reduce the index, return a Series whose index is the
86458645
original column labels.
86468646
8647+
Returns
8648+
-------
8649+
Series
8650+
86478651
Examples
86488652
--------
86498653
Create a dataframe from a dictionary.
@@ -8731,6 +8735,10 @@ def any(self, axis: Union[int, str] = 0) -> "ks.Series":
87318735
* 0 / 'index' : reduce the index, return a Series whose index is the
87328736
original column labels.
87338737
8738+
Returns
8739+
-------
8740+
Series
8741+
87348742
Examples
87358743
--------
87368744
Create a dataframe from a dictionary.

0 commit comments

Comments
 (0)