spark-instrumented-optimizer/python/docs/source/user_guide
Hyukjin Kwon 3d158f9c91 [SPARK-35587][PYTHON][DOCS] Initial porting of Koalas documentation
### What changes were proposed in this pull request?

This PR proposes to port Koalas documentation to PySpark documentation as its initial step.
It ports almost as is except these differences:

- Renamed import from `databricks.koalas` to `pyspark.pandas`.
- Renamed `to_koalas` -> `to_pandas_on_spark`
- Renamed `(Series|DataFrame).koalas` -> `(Series|DataFrame).pandas_on_spark`
- Added a `ps_` prefix in the RST file names of Koalas documentation

Other then that,

- Excluded `python/docs/build/html` in linter
- Fixed GA dependency installataion

### Why are the changes needed?

To document pandas APIs on Spark.

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

Yes, it adds new documentations.

### How was this patch tested?

Manually built the docs and checked the output.

Closes #32726 from HyukjinKwon/SPARK-35587.

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
2021-06-04 11:11:09 +09:00
..
arrow_pandas.rst [SPARK-34463][PYSPARK][DOCS] Document caveats of Arrow selfDestruct 2021-03-30 13:30:27 +09:00
index.rst [SPARK-35587][PYTHON][DOCS] Initial porting of Koalas documentation 2021-06-04 11:11:09 +09:00
ps_best_practices.rst [SPARK-35587][PYTHON][DOCS] Initial porting of Koalas documentation 2021-06-04 11:11:09 +09:00
ps_faq.rst [SPARK-35587][PYTHON][DOCS] Initial porting of Koalas documentation 2021-06-04 11:11:09 +09:00
ps_from_to_dbms.rst [SPARK-35587][PYTHON][DOCS] Initial porting of Koalas documentation 2021-06-04 11:11:09 +09:00
ps_options.rst [SPARK-35587][PYTHON][DOCS] Initial porting of Koalas documentation 2021-06-04 11:11:09 +09:00
ps_pandas_pyspark.rst [SPARK-35587][PYTHON][DOCS] Initial porting of Koalas documentation 2021-06-04 11:11:09 +09:00
ps_transform_apply.rst [SPARK-35587][PYTHON][DOCS] Initial porting of Koalas documentation 2021-06-04 11:11:09 +09:00
ps_typehints.rst [SPARK-35587][PYTHON][DOCS] Initial porting of Koalas documentation 2021-06-04 11:11:09 +09:00
ps_types.rst [SPARK-35587][PYTHON][DOCS] Initial porting of Koalas documentation 2021-06-04 11:11:09 +09:00
python_packaging.rst [MINOR][DOCS] Use ASCII characters when possible in PySpark documentation 2021-04-04 09:49:36 +03:00