Skip to content
Snippets Groups Projects
  1. Mar 22, 2016
    • zero323's avatar
      [SPARK-14058][PYTHON] Incorrect docstring in Window.order · 8193a266
      zero323 authored
      ## What changes were proposed in this pull request?
      
      Replaces current docstring ("Creates a :class:`WindowSpec` with the partitioning defined.") with "Creates a :class:`WindowSpec` with the ordering defined."
      
      ## How was this patch tested?
      
      PySpark unit tests (no regression introduced). No changes to the code.
      
      Author: zero323 <matthew.szymkiewicz@gmail.com>
      
      Closes #11877 from zero323/order-by-description.
      8193a266
  2. Sep 08, 2015
  3. Aug 14, 2015
  4. Jun 07, 2015
  5. May 23, 2015
    • Davies Liu's avatar
      [SPARK-7322, SPARK-7836, SPARK-7822][SQL] DataFrame window function related updates · efe3bfdf
      Davies Liu authored
      1. ntile should take an integer as parameter.
      2. Added Python API (based on #6364)
      3. Update documentation of various DataFrame Python functions.
      
      Author: Davies Liu <davies@databricks.com>
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6374 from rxin/window-final and squashes the following commits:
      
      69004c7 [Reynold Xin] Style fix.
      288cea9 [Reynold Xin] Update documentaiton.
      7cb8985 [Reynold Xin] Merge pull request #6364 from davies/window
      66092b4 [Davies Liu] update docs
      ed73cb4 [Reynold Xin] [SPARK-7322][SQL] Improve DataFrame window function documentation.
      ef55132 [Davies Liu] Merge branch 'master' of github.com:apache/spark into window4
      8936ade [Davies Liu] fix maxint in python 3
      2649358 [Davies Liu] update docs
      778e2c0 [Davies Liu] SPARK-7836 and SPARK-7822: Python API of window functions
      efe3bfdf
Loading