From 41462c5955fa656177a54ad587f42b363034d08f Mon Sep 17 00:00:00 2001 From: Tyler White <50381805+IndexSeek@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:57:07 -0400 Subject: [PATCH] docs: update README backends (#10259) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 56a6b6411cf4..d153e5ee1711 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ This allows you to combine the flexibility of Python with the scale and performa ## Backends -Ibis supports 20+ backends: +Ibis supports nearly 20 backends: - [Apache DataFusion](https://ibis-project.org/backends/datafusion/) - [Apache Druid](https://ibis-project.org/backends/druid/) @@ -148,7 +148,6 @@ Ibis supports 20+ backends: - [Exasol](https://ibis-project.org/backends/exasol) - [MySQL](https://ibis-project.org/backends/mysql/) - [Oracle](https://ibis-project.org/backends/oracle/) -- [pandas](https://ibis-project.org/backends/pandas/) - [Polars](https://ibis-project.org/backends/polars/) - [PostgreSQL](https://ibis-project.org/backends/postgresql/) - [RisingWave](https://ibis-project.org/backends/risingwave/)