DataFrame.
isLocal
Returns True if the collect() and take() methods can be run locally (without any Spark executors).
True
collect()
take()
New in version 1.3.0.
Changed in version 3.4.0: Supports Spark Connect.
Examples
>>> df = spark.sql("SHOW TABLES") >>> df.isLocal() True