DataFrame.IsLocal Method
Definition
Returns true if the Collect() and Take() methods can be run locally without any Spark executors.
public bool IsLocal ();
member this.IsLocal : unit -> bool
Public Function IsLocal () As Boolean
Returns
True if Collect() and Take() can be run locally