pyspark.sql.DataFrame.isLocal

DataFrame.isLocal()[source]

Returns True if the collect() and take() methods can be run locally (without any Spark executors).

New in version 1.3.