aboutsummaryrefslogtreecommitdiff
path: root/python/docs/pyspark.sql.rst
diff options
context:
space:
mode:
authorDavies Liu <davies@databricks.com>2015-02-24 20:51:55 -0800
committerMichael Armbrust <michael@databricks.com>2015-02-24 20:52:05 -0800
commit5c421e030b656b143cf962466157832723d8d1f5 (patch)
tree1472e253e4cd8bed1f84b38b41ac47dfad06e198 /python/docs/pyspark.sql.rst
parente7a748ecfdb22bd7b64d95bbb19347c36ca9ceb2 (diff)
downloadspark-5c421e030b656b143cf962466157832723d8d1f5.tar.gz
spark-5c421e030b656b143cf962466157832723d8d1f5.tar.bz2
spark-5c421e030b656b143cf962466157832723d8d1f5.zip
[SPARK-5994] [SQL] Python DataFrame documentation fixes
select empty should NOT be the same as select. make sure selectExpr is behaving the same. join param documentation link to source doesn't work in jekyll generated file cross reference of columns (i.e. enabling linking) show(): move df example before df.show() move tests in SQLContext out of docstring otherwise doc is too long Column.desc and .asc doesn't have any documentation in documentation, sort functions.*) Author: Davies Liu <davies@databricks.com> Closes #4756 from davies/df_docs and squashes the following commits: f30502c [Davies Liu] fix doc 32f0d46 [Davies Liu] fix DataFrame docs (cherry picked from commit d641fbb39c90b1d734cc55396ca43d7e98788975) Signed-off-by: Michael Armbrust <michael@databricks.com>
Diffstat (limited to 'python/docs/pyspark.sql.rst')
-rw-r--r--python/docs/pyspark.sql.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/docs/pyspark.sql.rst b/python/docs/pyspark.sql.rst
index e03379e521..2e3f69b9a5 100644
--- a/python/docs/pyspark.sql.rst
+++ b/python/docs/pyspark.sql.rst
@@ -7,7 +7,6 @@ Module Context
.. automodule:: pyspark.sql
:members:
:undoc-members:
- :show-inheritance:
pyspark.sql.types module
@@ -15,7 +14,6 @@ pyspark.sql.types module
.. automodule:: pyspark.sql.types
:members:
:undoc-members:
- :show-inheritance:
pyspark.sql.functions module
@@ -23,4 +21,3 @@ pyspark.sql.functions module
.. automodule:: pyspark.sql.functions
:members:
:undoc-members:
- :show-inheritance: