We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b8dbe commit 9802a32Copy full SHA for 9802a32
1 file changed
lectures/pandas.md
@@ -179,7 +179,7 @@ s
179
我们将使用 `pandas` 函数 `read_csv` 从 URL 读取数据。
180
181
```{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')
+df = pd.read_csv('https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/pandas/data/test_pwt.csv')
183
type(df)
184
```
185
@@ -814,4 +814,4 @@ plt.tight_layout()
814
```{solution-end}
815
816
817
-[^mung]: 维基百科将数据整理(munging)定义为将数据从一种原始形式清理为结构化、净化形式的过程。
+[^mung]: 维基百科将数据整理(munging)定义为将数据从一种原始形式清理为结构化、净化形式的过程。
0 commit comments