aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14945][PYTHON] SparkSession Python APIAndrew Or2016-04-281-2/+3
* [SPARK-12600][SQL] Remove deprecated methods in Spark SQLReynold Xin2016-01-041-1/+1
* [SPARK-10373] [PYSPARK] move @since into pyspark from sqlDavies Liu2015-09-081-15/+0
* [SPARK-8060] Improve DataFrame Python test coverage and documentation.Reynold Xin2015-06-031-1/+12
* [SPARK-7899] [PYSPARK] Fix Python 3 pyspark/sql/types module conflictMichael Nazario2015-05-291-12/+0
* [SPARK-7322, SPARK-7836, SPARK-7822][SQL] DataFrame window function related u...Davies Liu2015-05-231-11/+14
* [SPARK-7606] [SQL] [PySpark] add version to Python SQL API docsDavies Liu2015-05-201-0/+7
* [SPARK-7738] [SQL] [PySpark] add reader and writer API in PythonDavies Liu2015-05-191-0/+1
* [SPARK-7543] [SQL] [PySpark] split dataframe.py into multiple filesDavies Liu2015-05-151-2/+3
* [SPARK-7321][SQL] Add Column expression for conditional statements (when/othe...Reynold Xin2015-05-121-0/+2
* [SPARK-7240][SQL] Single pass covariance calculation for dataframesBurak Yavuz2015-05-011-1/+3
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-1/+14
* [Doc] Improve Python DataFrame documentationReynold Xin2015-03-311-1/+3
* [SPARK-6623][SQL] Alias DataFrame.na.drop and DataFrame.na.fill in Python.Reynold Xin2015-03-311-4/+6
* [DOC] Improvements to Python docs.Reynold Xin2015-03-281-6/+8
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-131-2/+1
* [SPARK-5469] restructure pyspark.sql into multiple filesDavies Liu2015-02-091-0/+42