Skip to content

Commit 9802a32

Browse files
committed
Update translation: lectures/pandas.md
1 parent c1b8dbe commit 9802a32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lectures/pandas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ s
179179
我们将使用 `pandas` 函数 `read_csv` 从 URL 读取数据。
180180

181181
```{code-cell} ipython3
182-
df = pd.read_csv('https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/master/source/_static/lecture_specific/pandas/data/test_pwt.csv')
182+
df = pd.read_csv('https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/pandas/data/test_pwt.csv')
183183
type(df)
184184
```
185185

@@ -814,4 +814,4 @@ plt.tight_layout()
814814
```{solution-end}
815815
```
816816

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

0 commit comments

Comments
 (0)