opomba,
Dostop do te strani zahteva pooblastilo. Poskusite se vpisati alispremeniti imenike.
Dostop do te strani zahteva pooblastilo. Poskusite lahko spremeniti imenike.
Returns True if the collect and take methods can be run locally (without any Spark executors).
Syntax
isLocal()
Returns
bool
Examples
df = spark.sql("SHOW TABLES")
df.isLocal()
# True