Skip to content

Version 1.8.2

Latest
Compare
Choose a tag to compare
@ueshin ueshin released this 19 Oct 22:26
· 9 commits to master since this release

Koalas 1.8.2 is a maintenance release.
Koalas is officially included in PySpark as pandas API on Spark in Apache Spark 3.2. In Apache Spark 3.2+, please use Apache Spark directly.

Although moving to pandas API on Spark is recommended, Koalas 1.8.2 still works with Spark 3.2 (#2203).

Improvements and bug fixes

  • _builtin_table import in groupby apply (changed in pandas>=1.3.0). (#2184)