spark-instrumented-optimizer/python/docs
Kousuke Saruta 8b2b6bb0d3 [SPARK-36865][PYTHON][DOCS] Add PySpark API document of session_window
### What changes were proposed in this pull request?

This PR adds PySpark API document of `session_window`.
The docstring of the function doesn't comply with numpydoc format so this PR also fix it.
Further, the API document of `window` doesn't have `Parameters` section so it's also added in this PR.

### Why are the changes needed?

To provide PySpark users with the API document of the newly added function.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

`make html` in `python/docs` and get the following docs.

[window]
![time-window-python-doc-after](https://user-images.githubusercontent.com/4736016/134963797-ce25b268-20ca-48e3-ac8d-cbcbd85ebb3e.png)

[session_window]
![session-window-python-doc-after](https://user-images.githubusercontent.com/4736016/134963853-dd9d8417-139b-41ee-9924-14544b1a91af.png)

Closes #34118 from sarutak/python-session-window-doc.

Authored-by: Kousuke Saruta <sarutak@oss.nttdata.com>
Signed-off-by: Jungtaek Lim <kabhwan.opensource@gmail.com>
(cherry picked from commit 5a32e41e9c)
Signed-off-by: Jungtaek Lim <kabhwan.opensource@gmail.com>
2021-09-30 16:51:27 +09:00
..
source [SPARK-36865][PYTHON][DOCS] Add PySpark API document of session_window 2021-09-30 16:51:27 +09:00
make.bat [SPARK-36739][DOCS][PYTHON] Add apache license headers to makefiles 2021-09-14 09:16:39 +09:00
make2.bat [SPARK-36739][DOCS][PYTHON] Add apache license headers to makefiles 2021-09-14 09:16:39 +09:00
Makefile [SPARK-36739][DOCS][PYTHON] Add apache license headers to makefiles 2021-09-14 09:16:39 +09:00