Skip to content

Commit 376f952

Browse files
authored
Improve data input style README-zh.md
1 parent c3c500c commit 376f952

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README-zh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ python3 -m chdb "SELECT 1,'abc'" Pretty
4444

4545
有三种使用 chdb 的方法:“原始文件查询(性能)”、“高级查询(推荐)”和“DB-API”:
4646
<details>
47-
<summary><h4>原始文件查询(Parquet、CSV、JSON、Arrow、ORC 等 60 多种格式)</h4></summary>
47+
<summary><h4>🗂️ 原始文件查询</h4>(Parquet、CSV、JSON、Arrow、ORC 等 60 多种格式)</summary>
4848

4949
您可以执行 SQL 并返回所需格式的数据。
5050

@@ -69,7 +69,7 @@ chdb.query('select * from file("data.parquet", Parquet)', 'Dataframe')
6969
</details>
7070

7171
<details>
72-
<summary><h4>高级查询(Pandas DataFrame、Parquet 文件/字节、Arrow 文件/字节)</h4></summary>
72+
<summary><h4>🗂️ 高级查询</h4>(Pandas DataFrame、Parquet 文件/字节、Arrow 文件/字节)</summary>
7373

7474
### 查询 Pandas DataFrame
7575
```python
@@ -83,7 +83,7 @@ print(ret_tbl.query('select b, sum(a) from __table__ group by b'))
8383
</details>
8484

8585
<details>
86-
<summary><h4>Python DB-API 2.0</h4></summary>
86+
<summary><h4>🗂️ Python DB-API 2.0</h4></summary>
8787

8888
```python
8989
import chdb.dbapi as dbapi
@@ -129,4 +129,4 @@ chDB 主要基于 [ClickHouse](https://github.com/ClickHouse/ClickHouse)。由
129129
- 知乎: [@auxten](https://www.zhihu.com/people/auxten)
130130
- Discord:https://discord.gg/nqSkfJRR
131131
- 电子邮件:[email protected]
132-
- Twitter:[@auxten](https://twitter.com/auxten)
132+
- Twitter:[@auxten](https://twitter.com/auxten)

0 commit comments

Comments
 (0)