Beishao Cao created SPARK-43892:
-----------------------------------
Summary: Add support for df[|] suggest column
Key: SPARK-43892
URL: https://issues.apache.org/jira/browse/SPARK-43892
Project: Spark
Issue Type: Improvement
Components: PySpark
Affects Versions: 3.5.0
Reporter: Beishao Cao
We don't have a keys method for pyspark dataframe, even though we support
df['column name']
And when we want to get a suggestion for {{{}df[|]{}}}, we can't get anything.
So this could be an improvement for autocomplete engine that uses {{keys()}} to
generate autocomplete suggestions (e.g. IPython kernel, Databricks Notebooks)
will suggest column names on the completion df[|]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]