Skip to content

Commit 53cb8e3

Browse files
GYvanfeefladder
authored andcommitted
Modified ecosystem.rst to include ibis (pandas-dev#42554)
1 parent a29a4f9 commit 53cb8e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/ecosystem.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,12 @@ provides a familiar ``DataFrame`` interface for out-of-core, parallel and distri
445445

446446
Dask-ML enables parallel and distributed machine learning using Dask alongside existing machine learning libraries like Scikit-Learn, XGBoost, and TensorFlow.
447447

448+
`Ibis <https://ibis-project.org/docs/>`__
449+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450+
451+
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.).
452+
453+
448454
`Koalas <https://koalas.readthedocs.io/en/latest/>`__
449455
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
450456

0 commit comments

Comments
 (0)