Skip to content

Commit

Permalink
[Doc] Improve Python DataFrame documentation
Browse files Browse the repository at this point in the history
Author: Reynold Xin <[email protected]>

Closes apache#5287 from rxin/pyspark-df-doc-cleanup-context and squashes the following commits:

1841b60 [Reynold Xin] Lint.
f2007f1 [Reynold Xin] functions and types.
bc3b72b [Reynold Xin] More improvements to DataFrame Python doc.
ac1d4c0 [Reynold Xin] Bug fix.
b163365 [Reynold Xin] Python fix. Added Experimental flag to DataFrameNaFunctions.
608422d [Reynold Xin] [Doc] Cleanup context.py Python docs.
  • Loading branch information
rxin committed Apr 1, 2015
1 parent 3732607 commit 305abe1
Show file tree
Hide file tree
Showing 6 changed files with 253 additions and 390 deletions.
4 changes: 3 additions & 1 deletion python/pyspark/sql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

"""
public classes of Spark SQL:
Important classes of Spark SQL and DataFrames:
- L{SQLContext}
Main entry point for :class:`DataFrame` and SQL functionality.
Expand All @@ -34,6 +34,8 @@
Methods for handling missing data (null values).
- L{functions}
List of built-in functions available for :class:`DataFrame`.
- L{types}
List of data types available.
"""

from pyspark.sql.context import SQLContext, HiveContext
Expand Down
Loading

0 comments on commit 305abe1

Please sign in to comment.