You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Lukas012 Koalas is ported into PySpark under the name "pandas API on Spark", and this repository is only in maintenance mode. You can get faster feedback in Apache Spark community.
FYI: and also you can use Koalas code as is in the Apache Spark as below:
# import databricks.koalas as ksimportpyspark.pandasasks
... (existingKoalascodes)
Hi all,
Environment: Spark 3.0.2, Koalas: 1.8.2, Delta Lake 0.7
I've a Delta-Table partioned by column "PARTITION". Koalas doesn't seem to execute predicate pushdown.
Takes: 20 seconds
Takes 130 seconds (seems that it doesnt execute predicate pushdown)
Takes: 20 seconds.
Why takes 2. so long?
Thanks!
Best
The text was updated successfully, but these errors were encountered: