aboutsummaryrefslogtreecommitdiff
path: root/python/docs
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-03-28 23:59:27 -0700
committerReynold Xin <rxin@databricks.com>2015-03-28 23:59:27 -0700
commit5eef00d0c6c7cc5448aca7b1c2a2e289a4c43eb0 (patch)
tree853e52d983b4b2e21d8bf2161121ad785e3d05ee /python/docs
parentf75f633b21faaf911f04aeff847f25749b1ecd89 (diff)
downloadspark-5eef00d0c6c7cc5448aca7b1c2a2e289a4c43eb0.tar.gz
spark-5eef00d0c6c7cc5448aca7b1c2a2e289a4c43eb0.tar.bz2
spark-5eef00d0c6c7cc5448aca7b1c2a2e289a4c43eb0.zip
[DOC] Improvements to Python docs.
Author: Reynold Xin <rxin@databricks.com> Closes #5238 from rxin/pyspark-docs and squashes the following commits: c285951 [Reynold Xin] Reset deprecation warning. 8c1031e [Reynold Xin] inferSchema dd91b1a [Reynold Xin] [DOC] Improvements to Python docs.
Diffstat (limited to 'python/docs')
-rw-r--r--python/docs/index.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/docs/index.rst b/python/docs/index.rst
index d150de9d5c..f7eede9c3c 100644
--- a/python/docs/index.rst
+++ b/python/docs/index.rst
@@ -29,6 +29,14 @@ Core classes:
A Resilient Distributed Dataset (RDD), the basic abstraction in Spark.
+ :class:`pyspark.sql.SQLContext`
+
+ Main entry point for DataFrame and SQL functionality.
+
+ :class:`pyspark.sql.DataFrame`
+
+ A distributed collection of data grouped into named columns.
+
Indices and tables
==================