Skip to content

Commit 6eb8510

Browse files
committed
Update translation: lectures/pandas.md
1 parent 93dfab0 commit 6eb8510

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

lectures/pandas.md

Lines changed: 14 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
@@ -35,6 +36,17 @@ heading-map:
3536

3637
# {index}`Pandas <single: Pandas>`
3738

39+
(pd)=
40+
```{raw} jupyter
41+
<div id="qe-notebook-header" align="right" style="text-align:right;">
42+
<a href="https://quantecon.org/" title="quantecon.org">
43+
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
44+
</a>
45+
</div>
46+
```
47+
48+
# {index}`Pandas <single: Pandas>`
49+
3850
```{index} single: Python; Pandas
3951
```
4052

@@ -177,7 +189,7 @@ s
177189
我们将使用 `pandas` 函数 `read_csv` 从 URL 读取数据。
178190

179191
```{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')
192+
df = pd.read_csv('https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/pandas/data/test_pwt.csv')
181193
type(df)
182194
```
183195

@@ -812,4 +824,4 @@ plt.tight_layout()
812824
```{solution-end}
813825
```
814826

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

0 commit comments

Comments
 (0)