From 38d05021ab64dce86ac750e583da4bb139733838 Mon Sep 17 00:00:00 2001
From: GYvan <78673871+GYvan@users.noreply.github.com>
Date: Fri, 16 Jul 2021 00:36:01 +0200
Subject: [PATCH] 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 `__
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~