Requirement to Run Koalas
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2021 11:18 PM
Hi I am planning to run Koalas on Databricks environment, What are the requirements for running Koalas there
Labels:
- Labels:
-
Koalas
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2021 11:19 PM
- Koalas is included on clusters running Databricks Runtime 7.3 and above.
- To use Koalas on a cluster running Databricks Runtime 7.0 or below, install Koalas as an Azure Databricks PyPI library.
- To use Koalas in an IDE, notebook server, or other custom applications that connect to an Azure Databricks cluster, install Databricks Connect and follow the Koalas installation instructions.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2021 08:05 AM
Koalas is great! This really helps ease the transition from Pandas to Spark, because you can just use the same Pandas functions/classes through the Koalas API but everything runs in the background in Spark.

