spark-instrumented-optimizer/python/docs/index.rst
Reynold Xin 5eef00d0c6 [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.
2015-03-28 23:59:27 -07:00

46 lines
880 B
ReStructuredText

.. pyspark documentation master file, created by
sphinx-quickstart on Thu Aug 28 15:17:47 2014.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Spark Python API Docs!
===================================
Contents:
.. toctree::
:maxdepth: 2
pyspark
pyspark.sql
pyspark.streaming
pyspark.ml
pyspark.mllib
Core classes:
---------------
:class:`pyspark.SparkContext`
Main entry point for Spark functionality.
:class:`pyspark.RDD`
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
==================
* :ref:`search`