databricks/koalas
Koalas: pandas API on Apache Spark observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2799
- days_rel: n/a
- days_push: 896
- n_releases_24m: 0
Adoption not part of the score
3372 stars · 370 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Koalas implements the pandas DataFrame API on top of Apache Spark, letting data scientists use familiar pandas code on distributed big data. It is now deprecated and merged into PySpark as of Apache Spark 3.2.
Use cases
- run pandas code on large distributed datasets with spark
- scale existing pandas dataframes to big data
- use one codebase for pandas and spark
- migrate pandas workflows to spark without rewriting
- do data science on big data with familiar api
When to choose
- you are on Spark 3.1 or below and want the pandas API on Spark
- you need a single codebase that works with both pandas and Spark
- your team knows pandas but not the Spark DataFrame API
When to avoid
- you use Apache Spark 3.2 or above - use PySpark's built-in pandas API instead
- you are starting a new project - the project is deprecated and in maintenance mode
- your datasets fit comfortably in memory on a single machine - plain pandas is simpler
Facets
library · maturity maintenance
data-science etl streaming big-data data-science python cross-platform pandas apache-spark dataframe distributed-computing deprecated pyspark data-engineering
2 sources
- readme: https://github.com/databricks/koalas · fetched 2026-08-28 · 6eeccf23ddc5
- registry_pypi: https://pypi.org/pypi/koalas/json · fetched 2026-08-29 · b84fe66e0f39
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| databricks/koalas | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="databricks/koalas")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem