Skip to content
Snippets Groups Projects
  • Dongjoon Hyun's avatar
    47f5b88d
    [SPARK-16651][PYSPARK][DOC] Make `withColumnRenamed/drop` description more... · 47f5b88d
    Dongjoon Hyun authored
    [SPARK-16651][PYSPARK][DOC] Make `withColumnRenamed/drop` description more consistent with Scala API
    
    ## What changes were proposed in this pull request?
    
    `withColumnRenamed` and `drop` is a no-op if the given column name does not exists. Python documentation also describe that, but this PR adds more explicit line consistently with Scala to reduce the ambiguity.
    
    ## How was this patch tested?
    
    It's about docs.
    
    Author: Dongjoon Hyun <dongjoon@apache.org>
    
    Closes #14288 from dongjoon-hyun/SPARK-16651.
    47f5b88d
    History
    [SPARK-16651][PYSPARK][DOC] Make `withColumnRenamed/drop` description more...
    Dongjoon Hyun authored
    [SPARK-16651][PYSPARK][DOC] Make `withColumnRenamed/drop` description more consistent with Scala API
    
    ## What changes were proposed in this pull request?
    
    `withColumnRenamed` and `drop` is a no-op if the given column name does not exists. Python documentation also describe that, but this PR adds more explicit line consistently with Scala to reduce the ambiguity.
    
    ## How was this patch tested?
    
    It's about docs.
    
    Author: Dongjoon Hyun <dongjoon@apache.org>
    
    Closes #14288 from dongjoon-hyun/SPARK-16651.