From 1b0abece854a5eeb6721da75b3b2e417430d535e Mon Sep 17 00:00:00 2001 From: HyukjinKwon Date: Thu, 16 May 2019 18:18:49 +0900 Subject: [PATCH] DOC: ecosystem.rst: Koalas --- doc/source/ecosystem.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index f30052be91d40..e232bd2157611 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -285,6 +285,11 @@ provides a familiar ``DataFrame`` interface for out-of-core, parallel and distri Dask-ML enables parallel and distributed machine learning using Dask alongside existing machine learning libraries like Scikit-Learn, XGBoost, and TensorFlow. +`Koalas `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Koalas provides a familiar pandas DataFrame interface on top of Apache Spark. It enables users to leverage multi-cores on one machine or a cluster of machines to speed up or scale their DataFrame code. + `Odo `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~