Skip to content
Snippets Groups Projects
  • Josh Rosen's avatar
    0bb15f22
    [SPARK-5464] Fix help() for Python DataFrame instances · 0bb15f22
    Josh Rosen authored
    This fixes an exception that prevented users from calling `help()` on Python DataFrame instances.
    
    Author: Josh Rosen <joshrosen@databricks.com>
    
    Closes #4278 from JoshRosen/SPARK-5464-python-dataframe-help-command and squashes the following commits:
    
    08f95f7 [Josh Rosen] Fix exception when calling help() on Python DataFrame instances
    0bb15f22
    History
    [SPARK-5464] Fix help() for Python DataFrame instances
    Josh Rosen authored
    This fixes an exception that prevented users from calling `help()` on Python DataFrame instances.
    
    Author: Josh Rosen <joshrosen@databricks.com>
    
    Closes #4278 from JoshRosen/SPARK-5464-python-dataframe-help-command and squashes the following commits:
    
    08f95f7 [Josh Rosen] Fix exception when calling help() on Python DataFrame instances
sql.py 84.02 KiB