From 1e4f080680f1681136905d95e5d902b543dd79d6 Mon Sep 17 00:00:00 2001
From: GYvan <78673871+GYvan@users.noreply.github.com>
Date: Fri, 16 Jul 2021 15:26:03 +0200
Subject: [PATCH] Backport PR #42554: Modified ecosystem.rst to include ibis
---
doc/source/ecosystem.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst
index ee061e7b7d3e6..e58779c090d8f 100644
--- a/doc/source/ecosystem.rst
+++ b/doc/source/ecosystem.rst
@@ -445,6 +445,12 @@ 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.
+`Ibis `__
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Ibis offers a standard way to write analytics code, that can be run in multiple engines. It helps in bridging the gap between local Python environments (like pandas) and remote storage and execution systems like Hadoop components (like HDFS, Impala, Hive, Spark) and SQL databases (Postgres, etc.).
+
+
`Koalas `__
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~