Skip to content
Snippets Groups Projects
  • WeichenXu's avatar
    18324238
    [SPARK-16546][SQL][PYSPARK] update python dataframe.drop · 18324238
    WeichenXu authored
    ## What changes were proposed in this pull request?
    
    Make `dataframe.drop` API in python support multi-columns parameters,
    so that it is the same with scala API.
    
    ## How was this patch tested?
    
    The doc test.
    
    Author: WeichenXu <WeichenXu123@outlook.com>
    
    Closes #14203 from WeichenXu123/drop_python_api.
    18324238
    History
    [SPARK-16546][SQL][PYSPARK] update python dataframe.drop
    WeichenXu authored
    ## What changes were proposed in this pull request?
    
    Make `dataframe.drop` API in python support multi-columns parameters,
    so that it is the same with scala API.
    
    ## How was this patch tested?
    
    The doc test.
    
    Author: WeichenXu <WeichenXu123@outlook.com>
    
    Closes #14203 from WeichenXu123/drop_python_api.