aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7899] [PYSPARK] Fix Python 3 pyspark/sql/types module conflictMichael Nazario2015-05-292-12/+0
* [SPARK-7840] add insertInto() to WriterDavies Liu2015-05-232-8/+16
* [SPARK-7322, SPARK-7836, SPARK-7822][SQL] DataFrame window function related u...Davies Liu2015-05-238-56/+365
* [SPARK-7783] [SQL] [PySpark] add DataFrame.rollup/cube in PythonDavies Liu2015-05-211-2/+46
* [SPARK-7394][SQL] Add Pandas style cast (astype)kaka19922015-05-211-0/+2
* [SPARK-7606] [SQL] [PySpark] add version to Python SQL API docsDavies Liu2015-05-207-18/+170
* [SPARK-7738] [SQL] [PySpark] add reader and writer API in PythonDavies Liu2015-05-195-90/+421
* [SPARK-7150] SparkContext.range() and SQLContext.range()Daoyuan Wang2015-05-182-0/+25
* [SPARK-6216] [PYSPARK] check python version of worker with driverDavies Liu2015-05-182-2/+3
* [SPARK-6657] [PYSPARK] Fix doc warningsXiangrui Meng2015-05-181-0/+1
* [SPARK-7543] [SQL] [PySpark] split dataframe.py into multiple filesDavies Liu2015-05-155-449/+550
* [SPARK-7073] [SQL] [PySpark] Clean up SQL data type hierarchy in PythonDavies Liu2015-05-151-30/+46
* [SPARK-7548] [SQL] Add explode function for DataFramesMichael Armbrust2015-05-143-3/+44
* [SPARK-7278] [PySpark] DateType should find datetime.datetime acceptableksonj2015-05-141-1/+1
* [SPARK-7321][SQL] Add Column expression for conditional statements (when/othe...Reynold Xin2015-05-123-2/+57
* [SPARK-6876] [PySpark] [SQL] add DataFrame na.replace in pysparkDaoyuan Wang2015-05-122-0/+133
* [SPARK-7509][SQL] DataFrame.drop in Python for dropping columns.Reynold Xin2015-05-111-1/+13
* [SPARK-7324] [SQL] DataFrame.dropDuplicatesReynold Xin2015-05-111-2/+34
* [SPARK-7462][SQL] Update documentation for retaining grouping columns in Data...Reynold Xin2015-05-111-0/+2
* [SPARK-7462] By default retain group by columns in aggregateReynold Xin2015-05-111-1/+1
* [SPARK-7133] [SQL] Implement struct, array, and map field accessorWenchen Fan2015-05-082-12/+19
* [SPARK-7118] [Python] Add the coalesce Spark SQL function available in PySparkOlivier Girardot2015-05-071-0/+37
* [SPARK-7295][SQL] bitwise operations for DataFrame DSLShiti2015-05-073-0/+20
* [SPARK-7358][SQL] Move DataFrame mathfunctions into functionsBurak Yavuz2015-05-053-102/+53
* [SPARK-7294][SQL] ADD BETWEEN云峤2015-05-052-0/+15
* [SPARK-7333] [MLLIB] Add BinaryClassificationEvaluator to PySparkXiangrui Meng2015-05-051-1/+1
* [SPARK-7243][SQL] Reduce size for Contingency Tables in DataFramesBurak Yavuz2015-05-051-4/+5
* [SPARK-7243][SQL] Contingency Tables for DataFramesBurak Yavuz2015-05-042-0/+34
* [SPARK-7319][SQL] Improve the output from DataFrame.show()云峤2015-05-041-36/+69
* [SPARK-7241] Pearson correlation for DataFramesBurak Yavuz2015-05-032-0/+32
* [SPARK-3444] Fix typo in Dataframes.py introduced in []Dean Chen2015-05-021-1/+1
* [SPARK-7242] added python api for freqItems in DataFramesBurak Yavuz2015-05-012-0/+32
* [SPARK-3444] Provide an easy way to change log levelHolden Karau2015-05-011-1/+1
* [SPARK-7240][SQL] Single pass covariance calculation for dataframesBurak Yavuz2015-05-013-2/+43
* [SPARK-7274] [SQL] Create Column expression for array/struct creation.Reynold Xin2015-05-011-19/+61
* [SPARK-7248] implemented random number generators for DataFramesBurak Yavuz2015-04-302-1/+34
* [SPARK-7156][SQL] Addressed follow up comments for randomSplitBurak Yavuz2015-04-291-1/+6
* [SPARK-7156][SQL] support RandomSplit in DataFramesBurak Yavuz2015-04-291-1/+17
* Better error message on access to non-existing attributeksonj2015-04-291-1/+2
* [SPARK-7204] [SQL] Fix callSite for Dataframe and SQL operationsPatrick Wendell2015-04-291-1/+2
* [SPARK-7188] added python support for math DataFrame functionsBurak Yavuz2015-04-293-1/+131
* [SPARK-7135][SQL] DataFrame expression for monotonically increasing IDs.Reynold Xin2015-04-281-1/+21
* [SPARK-7152][SQL] Add a Column expression for partition ID.Reynold Xin2015-04-261-9/+21
* [SPARK-7060][SQL] Add alias function to python dataframeYin Huai2015-04-231-0/+14
* [SPARK-7059][SQL] Create a DataFrame join API to facilitate equijoin.Reynold Xin2015-04-221-1/+8
* [SPARK-6953] [PySpark] speed up python testsReynold Xin2015-04-211-2/+2
* [SPARK-6949] [SQL] [PySpark] Support Date/Timestamp in Column expressionDavies Liu2015-04-214-23/+46
* [SPARK-6661] Python type errors should print type, not objectElisey Zanko2015-04-203-11/+11
* Minor fix to SPARK-6958: Improve Python docstring for DataFrame.sort.Reynold Xin2015-04-171-3/+4
* [SPARK-6957] [SPARK-6958] [SQL] improve API compatibility to pandasDavies Liu2015-04-173-39/+70