Skip to content
Snippets Groups Projects
  • Davies Liu's avatar
    d66aae21
    [SPARK-5677] [SPARK-5734] [SQL] [PySpark] Python DataFrame API remaining tasks · d66aae21
    Davies Liu authored
    
    1. DataFrame.renameColumn
    
    2. DataFrame.show() and _repr_
    
    3. Use simpleString() rather than jsonValue in DataFrame.dtypes
    
    4. createDataFrame from local Python data, including pandas.DataFrame
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #4528 from davies/df3 and squashes the following commits:
    
    014acea [Davies Liu] fix typo
    6ba526e [Davies Liu] fix tests
    46f5f95 [Davies Liu] address comments
    6cbc154 [Davies Liu] dataframe.show() and improve dtypes
    6f94f25 [Davies Liu] create DataFrame from local Python data
    
    (cherry picked from commit b694eb9c)
    Signed-off-by: default avatarReynold Xin <rxin@databricks.com>
    d66aae21
    History
    [SPARK-5677] [SPARK-5734] [SQL] [PySpark] Python DataFrame API remaining tasks
    Davies Liu authored
    
    1. DataFrame.renameColumn
    
    2. DataFrame.show() and _repr_
    
    3. Use simpleString() rather than jsonValue in DataFrame.dtypes
    
    4. createDataFrame from local Python data, including pandas.DataFrame
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #4528 from davies/df3 and squashes the following commits:
    
    014acea [Davies Liu] fix typo
    6ba526e [Davies Liu] fix tests
    46f5f95 [Davies Liu] address comments
    6cbc154 [Davies Liu] dataframe.show() and improve dtypes
    6f94f25 [Davies Liu] create DataFrame from local Python data
    
    (cherry picked from commit b694eb9c)
    Signed-off-by: default avatarReynold Xin <rxin@databricks.com>