From 69704730b5d6816514816892591b97a546c91c1e Mon Sep 17 00:00:00 2001 From: yukikitayama Date: Mon, 18 Mar 2024 15:28:41 -0700 Subject: [PATCH 1/2] replace the outdated H2O.ai benchmark with recent DuckDB benchmark --- web/pandas/community/benchmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pandas/community/benchmarks.md b/web/pandas/community/benchmarks.md index ffce00be96bca..df7b09967a17c 100644 --- a/web/pandas/community/benchmarks.md +++ b/web/pandas/community/benchmarks.md @@ -75,5 +75,5 @@ There is a quick summary here: The main benchmarks comparing dataframe tools that include pandas are: -- [H2O.ai benchmarks](https://h2oai.github.io/db-benchmark/) +- [DuckDB benchmarks](https://duckdblabs.github.io/db-benchmark/) - [TPCH benchmarks](https://pola.rs/posts/benchmarks/) From 910288c35073b8385f1d1bc8a858542096455efe Mon Sep 17 00:00:00 2001 From: yukikitayama Date: Mon, 18 Mar 2024 16:05:02 -0700 Subject: [PATCH 2/2] add mentioning the former H2O.ai --- web/pandas/community/benchmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pandas/community/benchmarks.md b/web/pandas/community/benchmarks.md index df7b09967a17c..1e63832a5a2ba 100644 --- a/web/pandas/community/benchmarks.md +++ b/web/pandas/community/benchmarks.md @@ -75,5 +75,5 @@ There is a quick summary here: The main benchmarks comparing dataframe tools that include pandas are: -- [DuckDB benchmarks](https://duckdblabs.github.io/db-benchmark/) +- [DuckDB (former H2O.ai) benchmarks](https://duckdblabs.github.io/db-benchmark/) - [TPCH benchmarks](https://pola.rs/posts/benchmarks/)