aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/dataframe.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6781] [SQL] use sqlContext in python shellDavies Liu2015-04-081-3/+3
* [Doc] Improve Python DataFrame documentationReynold Xin2015-03-311-124/+125
* [SPARK-6623][SQL] Alias DataFrame.na.drop and DataFrame.na.fill in Python.Reynold Xin2015-03-311-2/+39
* [SPARK-6119][SQL] DataFrame support for missing data handlingReynold Xin2015-03-301-0/+86
* [DOC] Improvements to Python docs.Reynold Xin2015-03-281-8/+1
* [SPARK-6117] [SQL] Improvements to DataFrame.describe()Reynold Xin2015-03-261-0/+19
* [SPARK-6536] [PySpark] Column.inSet() in PythonDavies Liu2015-03-261-0/+17
* [SPARK-6366][SQL] In Python API, the default save mode for save and saveAsTab...Yin Huai2015-03-181-2/+2
* [SPARK-6210] [SQL] use prettyString as column name in agg()Davies Liu2015-03-141-16/+16
* [SPARK-6194] [SPARK-677] [PySpark] fix memory leak in collect()Davies Liu2015-03-131-11/+3
* [SPARK-6055] [PySpark] fix incorrect __eq__ of DataTypeDavies Liu2015-02-271-1/+3
* [SPARK-6007][SQL] Add numRows param in DataFrame.show()Jacky Li2015-02-261-3/+3
* [SPARK-5994] [SQL] Python DataFrame documentation fixesDavies Liu2015-02-241-28/+28
* [SPARK-5985][SQL] DataFrame sortBy -> orderBy in Python.Reynold Xin2015-02-241-3/+8
* [SPARK-5904][SQL] DataFrame API fixes.Reynold Xin2015-02-191-36/+20
* [SPARK-5722] [SQL] [PySpark] infer int as LongTypeDavies Liu2015-02-181-6/+8
* [SPARK-5878] fix DataFrame.repartition() in PythonDavies Liu2015-02-181-1/+7
* [SPARK-5871] output explain in PythonDavies Liu2015-02-171-3/+20
* [SPARK-5859] [PySpark] [SQL] fix DataFrame Python APIDavies Liu2015-02-171-11/+54
* [SPARK-5799][SQL] Compute aggregation function on specified numeric columnsLiang-Chi Hsieh2015-02-161-15/+59
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-131-170/+51
* [SQL] Move SaveMode to SQL package.Yin Huai2015-02-121-1/+1
* [SPARK-5677] [SPARK-5734] [SQL] [PySpark] Python DataFrame API remaining tasksDavies Liu2015-02-111-3/+39
* [SPARK-5658][SQL] Finalize DDL and write support APIsYin Huai2015-02-101-3/+69
* [SQL] Add toString to DataFrame/ColumnMichael Armbrust2015-02-101-1/+1
* [SPARK-5469] restructure pyspark.sql into multiple filesDavies Liu2015-02-091-0/+974