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) ### 当前状态