Skip to content

Commit 245a786

Browse files
authored
Merge pull request #18 from QuantEcon/translation-sync-2026-04-09T02-08-09-pr-491
🌐 [translation-sync] Fix broken raw GitHub URLs for CSV data files
2 parents 8c7a46c + 0cb64cb commit 245a786

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.translate/state/pandas.md.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
source-sha: 9490497982787a5b0eb54ee1dcd73ac326d5ae04
2-
synced-at: "2026-03-20"
1+
source-sha: 02e57a5befc2a9a081019edc748aba15e4b2f02a
2+
synced-at: "2026-04-09"
33
model: claude-sonnet-4-6
4-
mode: NEW
4+
mode: UPDATE
55
section-count: 5
6-
tool-version: 0.13.1
6+
tool-version: 0.14.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
source-sha: dcf952a9a05ba3bf8763c21d89dac3c7480b8d45
2-
synced-at: "2026-03-26"
1+
source-sha: 02e57a5befc2a9a081019edc748aba15e4b2f02a
2+
synced-at: "2026-04-09"
33
model: claude-sonnet-4-6
44
mode: UPDATE
55
section-count: 7
6-
tool-version: 0.13.0
6+
tool-version: 0.14.0

lectures/pandas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,4 +815,4 @@ plt.tight_layout()
815815
```{solution-end}
816816
```
817817

818-
[^mung]: 维基百科将数据整理(munging)定义为将数据从一种原始形式清理为结构化、净化形式的过程。
818+
[^mung]: 维基百科将数据整理(munging)定义为将数据从一种原始形式清理为结构化、净化形式的过程。

lectures/python_advanced_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ sum(draws)
11961196
:label: paf_ex1
11971197
```
11981198

1199-
完成以下代码,并使用[此 csv 文件](https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/python_advanced_features/test_table.csv)进行测试,我们假设你已将该文件放在当前工作目录中:
1199+
完成以下代码,并使用 [此 csv 文件](https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/python_advanced_features/test_table.csv) 进行测试,我们假设你已将该文件放在当前工作目录中:
12001200

12011201
```{code-block} python3
12021202
:class: no-execute

0 commit comments

Comments
 (0)