spark-instrumented-optimizer/python/pyspark/sql
Reynold Xin 784fcd5327 [SPARK-6117] [SQL] Improvements to DataFrame.describe()
1. Slightly modifications to the code to make it more readable.
2. Added Python implementation.
3. Updated the documentation to state that we don't guarantee the output schema for this function and it should only be used for exploratory data analysis.

Author: Reynold Xin <rxin@databricks.com>

Closes #5201 from rxin/df-describe and squashes the following commits:

25a7834 [Reynold Xin] Reset run-tests.
6abdfee [Reynold Xin] [SPARK-6117] [SQL] Improvements to DataFrame.describe()
2015-03-26 12:26:13 -07:00
..
__init__.py [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFrames 2015-02-13 23:03:22 -08:00
context.py [SPARK-6055] [PySpark] fix incorrect __eq__ of DataType 2015-02-27 20:07:17 -08:00
dataframe.py [SPARK-6117] [SQL] Improvements to DataFrame.describe() 2015-03-26 12:26:13 -07:00
functions.py [SPARK-5994] [SQL] Python DataFrame documentation fixes 2015-02-24 20:51:55 -08:00
tests.py [SPARK-6055] [PySpark] fix incorrect __eq__ of DataType 2015-02-27 20:07:17 -08:00
types.py [SPARK-6121][SQL][MLLIB] simpleString for UDT 2015-03-02 17:14:34 -08:00