spark-instrumented-optimizer/python/pyspark/sql
Andrew Ray a24477996e [SPARK-11690][PYSPARK] Add pivot to python api
This PR adds pivot to the python api of GroupedData with the same syntax as Scala/Java.

Author: Andrew Ray <ray.andrew@gmail.com>

Closes #9653 from aray/sql-pivot-python.
2015-11-13 10:31:17 -08:00
..
__init__.py [SPARK-10373] [PYSPARK] move @since into pyspark from sql 2015-09-08 20:56:22 -07:00
column.py [SPARK-9014] [SQL] Allow Python spark API to use built-in exponential operator 2015-09-11 15:19:04 -07:00
context.py [SPARK-11671] documentation code example typo 2015-11-12 15:42:30 -08:00
dataframe.py [SPARK-11420] Updating Stddev support via Imperative Aggregate 2015-11-12 13:47:34 -08:00
functions.py [SPARK-11567] [PYTHON] Add Python API for corr Aggregate function 2015-11-10 15:47:10 -08:00
group.py [SPARK-11690][PYSPARK] Add pivot to python api 2015-11-13 10:31:17 -08:00
readwriter.py [HOTFIX] Fix python tests after #9527 2015-11-06 17:22:30 -08:00
tests.py [SPARK-9830][SQL] Remove AggregateExpression1 and Aggregate Operator used to evaluate AggregateExpression1s 2015-11-10 11:06:29 -08:00
types.py [SPARK-11158][SQL] Modified _verify_type() to be more informative on Errors by presenting the Object 2015-10-18 11:39:19 -07:00
utils.py [SPARK-11322] [PYSPARK] Keep full stack trace in captured exception 2015-10-28 21:45:00 -07:00
window.py [SPARK-10373] [PYSPARK] move @since into pyspark from sql 2015-09-08 20:56:22 -07:00