Skip to content

Commit 305abe1

Browse files
committed
[Doc] Improve Python DataFrame documentation
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.
1 parent 3732607 commit 305abe1

File tree

6 files changed

+253
-390
lines changed

6 files changed

+253
-390
lines changed

python/pyspark/sql/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
"""
19-
public classes of Spark SQL:
19+
Important classes of Spark SQL and DataFrames:
2020
2121
- L{SQLContext}
2222
Main entry point for :class:`DataFrame` and SQL functionality.
@@ -34,6 +34,8 @@
3434
Methods for handling missing data (null values).
3535
- L{functions}
3636
List of built-in functions available for :class:`DataFrame`.
37+
- L{types}
38+
List of data types available.
3739
"""
3840

3941
from pyspark.sql.context import SQLContext, HiveContext

0 commit comments

Comments
 (0)