Skip to content

Commit 49e27dc

Browse files
Backport PR #42554: Modified ecosystem.rst to include ibis (#42564)
Co-authored-by: GYvan <[email protected]>
1 parent 5cdca4f commit 49e27dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/ecosystem.rst

+6
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)