Skip to content

pola-rs/polars-book-cn

Repository files navigation

polars-book-cn

Read here the Chinese translation of the polars User Guide

这个仓库是 Polars DataFrame library User Guide 的中文版本。

This repository is the Chinese version of the Polars DataFrame library User Guide.

尝试案例

使用 Git 获取最新的 polars-book-cn 仓库并访问示例集合

git clone https://github.com/pola-rs/polars-book-cn.git
cd user_guide/src/examples

本地预览

在本地预览首先要安装 cargo,在项目根目录执行以下命令即可创建本地预览

cargo install mdbook
cd user_guide
mdbook serve --hostname 0.0.0.0 --port 8000

打开浏览器输入 localhost:8000 即可查看在线文档。

贡献指南

user_guide/src 文件夹下找到需要补充的内容:

请遵循贡献指南来参与到项目的协作与完善中

参考学习

License

MIT 许可证