From b45dabd44429f664c9c44107d2e5a0472be56248 Mon Sep 17 00:00:00 2001 From: Jing Lin <82669431+linjing-lab@users.noreply.github.com> Date: Fri, 22 Sep 2023 21:52:18 +0800 Subject: [PATCH] update book-cn profile --- README.md | 13 +++++++++++-- user_guide/src/howcani/df/intro.md | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 036f9f69..639b8cee 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ This repository is the Chinese version of the [Polars DataFrame library](https://github.com/pola-rs/polars) User Guide. +## 尝试案例 + +使用 Git 获取最新的 polars-book-cn 仓库并访问[示例集合](./user_guide/src/examples): + +```text +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),在项目根目录执行以下命令即可创建本地预览 @@ -24,12 +33,12 @@ mdbook serve --hostname 0.0.0.0 --port 8000 - [中文文档:pola-rs/polars-book-cn](https://pola-rs.github.io/polars-book-cn/user-guide/index.html) - [英文文档:pola-rs/polars-book](https://pola-rs.github.io/polars-book/user-guide/index.html) -请遵循[贡献指南](./CONTRIBUTING.md)来参与到项目的协作与完善中,[尝试案例](https://github.com/pola-rs/polars-book-cn/tree/main/user_guide/src/examples)并结合最新的英文文档来获取更多内容。 +请遵循[贡献指南](./CONTRIBUTING.md)来参与到项目的协作与完善中 ## 参考学习 - [`Python` API](https://pola-rs.github.io/polars/py-polars/html/reference/) -- [`Rust` 发行版本](https://docs.rs/polars/latest/polars/) +- [`Rust` 最新版本](https://docs.rs/polars/latest/polars/) ## License diff --git a/user_guide/src/howcani/df/intro.md b/user_guide/src/howcani/df/intro.md index 16d5360b..7d22420a 100644 --- a/user_guide/src/howcani/df/intro.md +++ b/user_guide/src/howcani/df/intro.md @@ -1 +1 @@ -# 处理数据帧 +# 数据帧