From aecf8958b32d11d8e8e13caaaf156f92a62cb6a3 Mon Sep 17 00:00:00 2001 From: Jing Lin <82669431+linjing-lab@users.noreply.github.com> Date: Fri, 22 Sep 2023 22:59:09 +0800 Subject: [PATCH 1/2] turn png path --- README.md | 1 - user_guide/src/introduction.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 639b8cee..51d5535d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ This repository is the Chinese version of the [Polars DataFrame library](https:/ git clone https://github.com/pola-rs/polars-book-cn.git cd user_guide/src/examples ``` - ## 本地预览 在本地预览首先要安装 [`cargo`](https://doc.rust-lang.org/cargo/getting-started/installation.html),在项目根目录执行以下命令即可创建本地预览 diff --git a/user_guide/src/introduction.md b/user_guide/src/introduction.md index 5568d12c..0b5f44e7 100644 --- a/user_guide/src/introduction.md +++ b/user_guide/src/introduction.md @@ -31,7 +31,7 @@ Polars的速度非常快,事实上是目前性能最好的解决方案之一。参见h2oai的db基准测试中的结果。下图显示了产生结果的最大数据集。 -![](../data/db-benchmark.png) +![](https://raw.githubusercontent.com/pola-rs/polars-book-cn/blob/main/user_guide/data/db-benchmark.png) ### 当前状态 From 8d82ca04cb539d7c92a14d7db42a029f0f76cc03 Mon Sep 17 00:00:00 2001 From: Jing Lin <82669431+linjing-lab@users.noreply.github.com> Date: Fri, 22 Sep 2023 23:01:23 +0800 Subject: [PATCH 2/2] correct path --- user_guide/src/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide/src/introduction.md b/user_guide/src/introduction.md index 0b5f44e7..2b803e90 100644 --- a/user_guide/src/introduction.md +++ b/user_guide/src/introduction.md @@ -31,7 +31,7 @@ Polars的速度非常快,事实上是目前性能最好的解决方案之一。参见h2oai的db基准测试中的结果。下图显示了产生结果的最大数据集。 -![](https://raw.githubusercontent.com/pola-rs/polars-book-cn/blob/main/user_guide/data/db-benchmark.png) +![](https://raw.githubusercontent.com/pola-rs/polars-book-cn/main/user_guide/data/db-benchmark.png) ### 当前状态