sparkSession

回傳建立此資料框架的 Spark 會話。

退貨

SparkSession

Examples

df = spark.range(1)
type(df.sparkSession)
# <class '...session.SparkSession'>