DataFrame.
sparkSession
Returns Spark session that created this DataFrame.
DataFrame
New in version 3.3.0.
Examples
>>> df = spark.range(1) >>> type(df.sparkSession) <class 'pyspark.sql.session.SparkSession'>