File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ kernelspec:
1010 language : python
1111 name : python3
1212heading-map :
13+ ' {index}`Pandas <single: Pandas>` ' : ' {index}`Pandas <single: Pandas>`'
1314 Overview : 概述
1415 Series : Series
1516 DataFrames : DataFrames
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')
181182type(df)
182183```
183184
@@ -812,4 +813,4 @@ plt.tight_layout()
812813``` {solution-end}
813814```
814815
815- [ ^ mung ] : 维基百科将数据整理(munging)定义为将数据从一种原始形式清理为结构化、净化形式的过程。
816+ [ ^ mung ] : 维基百科将数据整理(munging)定义为将数据从一种原始形式清理为结构化、净化形式的过程。
You can’t perform that action at this time.
0 commit comments