Skip to content

Commit 0cc4257

Browse files
committed
Update translation: lectures/pandas.md
1 parent 71d9288 commit 0cc4257

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lectures/pandas.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ kernelspec:
1010
language: python
1111
name: python3
1212
heading-map:
13+
'{index}`Pandas <single: Pandas>`': '{index}`Pandas <single: Pandas>`'
1314
Overview: 概述
1415
Series: Series
1516
DataFrames: DataFrames
@@ -177,7 +178,7 @@ s
177178
我们将使用 `pandas` 函数 `read_csv` 从 URL 读取数据。
178179

179180
```{code-cell} ipython3
180-
df = pd.read_csv('https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/master/source/_static/lecture_specific/pandas/data/test_pwt.csv')
181+
df = pd.read_csv('https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/pandas/data/test_pwt.csv')
181182
type(df)
182183
```
183184

@@ -812,4 +813,4 @@ plt.tight_layout()
812813
```{solution-end}
813814
```
814815

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

0 commit comments

Comments
 (0)